Uses of Class
com.atlassian.bamboo.jira.jiraissues.JiraIssueUtils
-
-
Uses of JiraIssueUtils in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as JiraIssueUtils Modifier and Type Field Description protected JiraIssueUtils
PlanResultsAction. jiraIssueUtils
Methods in com.atlassian.bamboo.build with parameters of type JiraIssueUtils Modifier and Type Method Description void
PlanResultsAction. setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)
-
Uses of JiraIssueUtils in com.atlassian.bamboo.comment
Constructors in com.atlassian.bamboo.comment with parameters of type JiraIssueUtils Constructor Description CommentServiceImpl(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 JiraIssueUtils Modifier and Type Method Description void
EditDeploymentVersionCommentAction. setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)
-
Uses of JiraIssueUtils in com.atlassian.bamboo.jira.issuelink
Constructors in com.atlassian.bamboo.jira.issuelink with parameters of type JiraIssueUtils Constructor Description JiraBranchLinkingServiceImpl(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 Modifier and Type Method Description static JiraIssueUtils
JiraIssueUtils. getFreemarkerInstance()
-
Uses of JiraIssueUtils in com.atlassian.bamboo.labels
Constructors in com.atlassian.bamboo.labels with parameters of type JiraIssueUtils Constructor Description LabelManagerImpl(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 JiraIssueUtils Modifier and Type Method Description void
BuildResultsSummaryManagerImpl. setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)
-
Uses of JiraIssueUtils in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type JiraIssueUtils Modifier and Type Field Description static Supplier<JiraIssueUtils>
ComponentAccessor. JIRA_ISSUE_UTILS
Deprecated. -
Uses of JiraIssueUtils in com.atlassian.bamboo.ww2.actions.comment
Methods in com.atlassian.bamboo.ww2.actions.comment with parameters of type JiraIssueUtils Modifier and Type Method Description void
EditCommentAction. setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)
-