Uses of Interface
com.atlassian.bamboo.chains.ChainStageResult
Package
Description
-
Uses of ChainStageResult in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@Nullable ChainStageResult
PlanResultsAction.getPreviousFailedStageResult
(BuildResultsSummary buildResultsSummary) returns the previousChainStageResult
that failed before theBuildResultsSummary
failed. -
Uses of ChainStageResult in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@NotNull ChainStageResult
ChainResultsSummary.createStageResult
(@NotNull ImmutableChainStage chainStage) Create a newChainStageResult
and associates it with theChainResultsSummary
@NotNull ChainStageResult
ChainResultsSummaryImpl.createStageResult
(@NotNull ImmutableChainStage chainStage) Modifier and TypeMethodDescription@NotNull List<ChainStageResult>
ChainResultsSummaryImpl.getStageResults()
@NotNull List<ChainStageResult>
ImmutableChainResultsSummary.getStageResults()
Get all theChainStageResult
's associated with thisChainResultsSummary
Modifier and TypeMethodDescriptionboolean
ChainResultsSummary.addStageResult
(@NotNull ChainStageResult chainStageResult) Add a stage resultboolean
ChainResultsSummaryImpl.addStageResult
(@NotNull ChainStageResult chainStageResult) @NotNull String
StageStatusHelper.getDisplayClassForStage
(@NotNull ChainStageResult chainStageResult) Returns the CSS class name for a stage@NotNull String
StageStatusHelperImpl.getDisplayClassForStage
(@NotNull ChainStageResult chainStageResult) @NotNull String
StageStatusHelper.getDisplayMessageForStage
(@NotNull ChainStageResult chainStageResult) Returns the display message for a stage@NotNull String
StageStatusHelperImpl.getDisplayMessageForStage
(@NotNull ChainStageResult chainStageResult) boolean
StageStatusHelper.isCollapsedByDefault
(@NotNull ChainStageResult chainStageResult, @NotNull Collection<ChainStageResult> chainStageResults) Returns a boolean indicating whether or not the stage should appear collapsed by default in the UIboolean
StageStatusHelperImpl.isCollapsedByDefault
(@NotNull ChainStageResult chainStageResult, @NotNull Collection<ChainStageResult> chainStageResults) boolean
ChainResultsSummary.removeStageResult
(@NotNull ChainStageResult chainStageResult) Remove a stage resultboolean
ChainResultsSummaryImpl.removeStageResult
(@NotNull ChainStageResult chainStageResult) Modifier and TypeMethodDescriptionlong
ChainResultManager.getAverageProgressDurationForStages
(@NotNull PlanIdentifier chain, @NotNull Collection<ChainStageResult> stageStates, int numberOfResults) Calculates average duration of provided stages executionlong
ChainResultManagerImpl.getAverageProgressDurationForStages
(@NotNull PlanIdentifier chain, @NotNull Collection<ChainStageResult> stages, int numberOfResults) boolean
StageStatusHelper.isCollapsedByDefault
(@NotNull ChainStageResult chainStageResult, @NotNull Collection<ChainStageResult> chainStageResults) Returns a boolean indicating whether or not the stage should appear collapsed by default in the UIboolean
StageStatusHelperImpl.isCollapsedByDefault
(@NotNull ChainStageResult chainStageResult, @NotNull Collection<ChainStageResult> chainStageResults) void
ChainResultsSummaryImpl.setStageResults
(@NotNull List<ChainStageResult> stageResults) -
Uses of ChainStageResult in com.atlassian.bamboo.chains.plugins
Modifier and TypeMethodDescriptionvoid
PostStageAction.execute
(@NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainStageResult chainStageResult, @NotNull StageExecution stageExecution) Executes the custom actionvoid
StopOnManualStageAction.execute
(@NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainStageResult chainStageResult, @NotNull StageExecution stageExecution) Executes the custom action -
Uses of ChainStageResult in com.atlassian.bamboo.migration.stream.build
Modifier and TypeMethodDescriptionprotected @NotNull ChainStageResult
ChainStageResultMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionprotected void
ChainStageResultMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull ChainStageResult chainStageResult, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
ChainStageResultMapper.importProperties
(@NotNull ChainStageResult stageResult, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) -
Uses of ChainStageResult in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescription@NotNull List<ChainStageResult>
ChainResultDetails.getStageResults()
Returns all stage results.@NotNull List<ChainStageResult>
ChainResultDetailsImpl.getStageResults()
@NotNull List<ChainStageResult>
ImmutableResultsSummaryImpl.getStageResults()
-
Uses of ChainStageResult in com.atlassian.bamboo.plugins.rest.model.build
-
Uses of ChainStageResult in com.atlassian.bamboo.plugins.rest.model.chain
ModifierConstructorDescriptionRestStageResult
(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) ModifierConstructorDescriptionRestStageResult
(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 ChainStageResult in com.atlassian.bamboo.resultsummary
Modifier and TypeMethodDescription@Nullable ChainStageResult
BuildResultsSummaryDao.getChainStageResultById
(long id) Returns aChainStageResult
by its idBuildResultsSummaryHibernateDao.getChainStageResultById
(long id) @Nullable ChainStageResult
BuildResultsSummaryManagerImpl.getChainStageResultById
(@NotNull Long id) @Nullable ChainStageResult
ResultsSummaryManager.getChainStageResultById
(@NotNull Long id) Returns aChainStageResult
by its id@Nullable ChainStageResult
BuildResultsSummaryDao.getStageForResult
(ResultsSummary resultsSummary) Get (@link ChainStageResult} containing givenResultsSummary
@Nullable ChainStageResult
BuildResultsSummaryHibernateDao.getStageForResult
(ResultsSummary summary) @Nullable ChainStageResult
BuildResultsSummaryManagerImpl.getStageForResult
(ResultsSummary resultsSummary) @Nullable ChainStageResult
ResultsSummaryManager.getStageForResult
(ResultsSummary resultsSummary) Get (@link ChainStageResult} containing givenResultsSummary
-
Uses of ChainStageResult in com.atlassian.bamboo.variable
Modifier and TypeMethodDescriptionStageVariableContext.getChainStageResult()
StageVariableContextImpl.getChainStageResult()
Modifier and TypeMethodDescriptionvoid
StageVariableContext.setChainStageResult
(ChainStageResult chainStageResult) void
StageVariableContextImpl.setChainStageResult
(ChainStageResult chainStageResult) ModifierConstructorDescriptionStageVariableContextImpl
(String key, String value, VariableType variableType, ChainStageResult chainStageResult) -
Uses of ChainStageResult in com.atlassian.bamboo.ww2.actions.build
ModifierConstructorDescriptionStageJsonDecorator
(@NotNull ChainExecution chainExecution, StageExecution stageExecution, @Nullable List<ChainStageResult> stages) -
Uses of ChainStageResult in com.atlassian.bamboo.ww2.beans
Modifier and TypeMethodDescriptionDecoratedNavObjectFactory.getStageResultDecorator
(@NotNull DecoratedPlan parent) DecoratedNavObjectFactoryImpl.getStageResultDecorator
(@NotNull DecoratedPlan parent)