Uses of Class
com.atlassian.bamboo.jira.jiraissues.JiraIssueUtils
Packages that use JiraIssueUtils
Package
Description
-
Uses of JiraIssueUtils in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as JiraIssueUtilsMethods in com.atlassian.bamboo.build with parameters of type JiraIssueUtilsModifier and TypeMethodDescriptionvoid
PlanResultsAction.setJiraIssueUtils
(JiraIssueUtils jiraIssueUtils) -
Uses of JiraIssueUtils in com.atlassian.bamboo.comment
Constructors in com.atlassian.bamboo.comment with parameters of type JiraIssueUtilsModifierConstructorDescriptionCommentServiceImpl
(BambooPermissionManager bambooPermissionManager, CommentManager commentManager, JiraIssueUtils jiraIssueUtils, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of JiraIssueUtils in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type JiraIssueUtilsModifier and TypeMethodDescriptionvoid
EditDeploymentVersionCommentAction.setJiraIssueUtils
(JiraIssueUtils jiraIssueUtils) -
Uses of JiraIssueUtils in com.atlassian.bamboo.jira.issuelink
Constructors in com.atlassian.bamboo.jira.issuelink with parameters of type JiraIssueUtilsModifierConstructorDescriptionJiraBranchLinkingServiceImpl
(PlanManager planManager, JiraRemoteIssueManager jiraRemoteIssueManager, JiraRestService jiraRestService, JiraApplinksService jiraApplinksService, JiraIssueUtils jiraIssueUtils, ImpersonationService impersonationService, ImmutablePlanCacheService immutablePlanCacheService) -
Uses of JiraIssueUtils in com.atlassian.bamboo.jira.jiraissues
Methods in com.atlassian.bamboo.jira.jiraissues that return JiraIssueUtils -
Uses of JiraIssueUtils in com.atlassian.bamboo.labels
Constructors in com.atlassian.bamboo.labels with parameters of type JiraIssueUtilsModifierConstructorDescriptionLabelManagerImpl
(LabelDao labelDao, JiraIssueUtils jiraIssueUtils, PlanManager planManager, ProjectManager projectManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of JiraIssueUtils in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type JiraIssueUtilsModifier and TypeMethodDescriptionvoid
BuildResultsSummaryManagerImpl.setJiraIssueUtils
(JiraIssueUtils jiraIssueUtils) -
Uses of JiraIssueUtils in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type JiraIssueUtilsModifier and TypeFieldDescriptionstatic final Supplier<JiraIssueUtils>
ComponentAccessor.JIRA_ISSUE_UTILS
Deprecated.