Uses of Interface
com.atlassian.bamboo.chains.StageStatusHelper
-
-
Uses of StageStatusHelper in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as StageStatusHelper Modifier and Type Field Description protected StageStatusHelper
ChainResultsAction. stageStatusHelper
Methods in com.atlassian.bamboo.build that return StageStatusHelper Modifier and Type Method Description StageStatusHelper
ChainResultsAction. getStageStatusHelper()
Methods in com.atlassian.bamboo.build with parameters of type StageStatusHelper Modifier and Type Method Description void
ChainResultsAction. setStageStatusHelper(StageStatusHelper stageStatusHelper)
-
Uses of StageStatusHelper in com.atlassian.bamboo.chains
Classes in com.atlassian.bamboo.chains that implement StageStatusHelper Modifier and Type Class Description class
StageStatusHelperImpl
-
Uses of StageStatusHelper in com.atlassian.bamboo.plugins.rest.model.chain
Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as StageStatusHelper Modifier and Type Field Description protected StageStatusHelper
RestChainResult. stageStatusHelper
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type StageStatusHelper Constructor Description RestChainResult(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, @Nullable BuildLoggerManager buildLoggerManager, @Nullable PlanExecutionManager planExecutionManager, @Nullable BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager)
RestChainResult(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager)
RestChainResultDetails(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager)
RestStageResult(ChainStageResult chainStageResult, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, List<ChainStageResult> chainStageResults, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService)
-
Uses of StageStatusHelper in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type StageStatusHelper Constructor Description ResultServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper)
-
Uses of StageStatusHelper in com.atlassian.bamboo.ww2.actions
Fields in com.atlassian.bamboo.ww2.actions declared as StageStatusHelper Modifier and Type Field Description protected StageStatusHelper
ChainActionSupport. stageStatusHelper
Methods in com.atlassian.bamboo.ww2.actions that return StageStatusHelper Modifier and Type Method Description StageStatusHelper
ChainActionSupport. getStageStatusHelper()
Methods in com.atlassian.bamboo.ww2.actions with parameters of type StageStatusHelper Modifier and Type Method Description void
ChainActionSupport. setStageStatusHelper(StageStatusHelper stageStatusHelper)
-