Uses of Interface
com.atlassian.bamboo.chains.ChainStageResult
Packages that use ChainStageResult
Package
Description
-
Uses of ChainStageResult in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return ChainStageResultModifier and TypeMethodDescription@Nullable ChainStageResult
PlanResultsAction.getPreviousFailedStageResult
(BuildResultsSummary buildResultsSummary) returns the previousChainStageResult
that failed before theBuildResultsSummary
failed. -
Uses of ChainStageResult in com.atlassian.bamboo.chains
Classes in com.atlassian.bamboo.chains that implement ChainStageResultMethods in com.atlassian.bamboo.chains that return ChainStageResultModifier and TypeMethodDescription@NotNull ChainStageResult
ChainResultsSummary.createStageResult
(@NotNull ImmutableChainStage chainStage) Create a newChainStageResult
and associates it with theChainResultsSummary
@NotNull ChainStageResult
ChainResultsSummaryImpl.createStageResult
(@NotNull ImmutableChainStage chainStage) Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainStageResultModifier and TypeMethodDescription@NotNull List<ChainStageResult>
ChainResultsSummaryImpl.getStageResults()
@NotNull List<ChainStageResult>
ImmutableChainResultsSummary.getStageResults()
Get all theChainStageResult
's associated with thisChainResultsSummary
Methods in com.atlassian.bamboo.chains with parameters of type ChainStageResultModifier 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) Method parameters in com.atlassian.bamboo.chains with type arguments of type ChainStageResultModifier 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
Methods in com.atlassian.bamboo.chains.plugins with parameters of type ChainStageResultModifier 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
Methods in com.atlassian.bamboo.migration.stream.build that return ChainStageResultModifier and TypeMethodDescriptionprotected @NotNull ChainStageResult
ChainStageResultMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream.build with parameters of type ChainStageResultModifier 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
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ChainStageResultModifier 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
Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type ChainStageResult -
Uses of ChainStageResult in com.atlassian.bamboo.plugins.rest.model.chain
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type ChainStageResultModifierConstructorDescriptionRestStageResult
(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) Constructor parameters in com.atlassian.bamboo.plugins.rest.model.chain with type arguments of type ChainStageResultModifierConstructorDescriptionRestStageResult
(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
Methods in com.atlassian.bamboo.resultsummary that return ChainStageResultModifier 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
Methods in com.atlassian.bamboo.variable that return ChainStageResultModifier and TypeMethodDescriptionStageVariableContext.getChainStageResult()
StageVariableContextImpl.getChainStageResult()
Methods in com.atlassian.bamboo.variable with parameters of type ChainStageResultModifier and TypeMethodDescriptionvoid
StageVariableContext.setChainStageResult
(ChainStageResult chainStageResult) void
StageVariableContextImpl.setChainStageResult
(ChainStageResult chainStageResult) Constructors in com.atlassian.bamboo.variable with parameters of type ChainStageResultModifierConstructorDescriptionStageVariableContextImpl
(String key, String value, VariableType variableType, ChainStageResult chainStageResult) -
Uses of ChainStageResult in com.atlassian.bamboo.ww2.actions.build
Constructor parameters in com.atlassian.bamboo.ww2.actions.build with type arguments of type ChainStageResultModifierConstructorDescriptionStageJsonDecorator
(@NotNull ChainExecution chainExecution, StageExecution stageExecution, @Nullable List<ChainStageResult> stages) -
Uses of ChainStageResult in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return types with arguments of type ChainStageResultModifier and TypeMethodDescriptionDecoratedNavObjectFactory.getStageResultDecorator
(@NotNull DecoratedPlan parent) DecoratedNavObjectFactoryImpl.getStageResultDecorator
(@NotNull DecoratedPlan parent)