|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChainStageResult in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that return ChainStageResult | |
---|---|
ChainStageResult |
PlanResultsAction.getPreviousFailedStageResult(BuildResultsSummary buildResultsSummary)
returns the previous ChainStageResult that failed before the
BuildResultsSummary failed. |
Uses of ChainStageResult in com.atlassian.bamboo.chains |
---|
Classes in com.atlassian.bamboo.chains that implement ChainStageResult | |
---|---|
class |
ChainStageResultImpl
|
Methods in com.atlassian.bamboo.chains that return ChainStageResult | |
---|---|
ChainStageResult |
ChainResultsSummary.createStageResult(ImmutableChainStage chainStage)
Create a new ChainStageResult and associates it with the ChainResultsSummary |
ChainStageResult |
ChainResultsSummaryImpl.createStageResult(ImmutableChainStage chainStage)
|
Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainStageResult | |
---|---|
java.util.List<ChainStageResult> |
ChainResultsSummary.getStageResults()
Get all the ChainStageResult 's associated with this ChainResultsSummary |
java.util.List<ChainStageResult> |
ChainResultsSummaryImpl.getStageResults()
|
Methods in com.atlassian.bamboo.chains with parameters of type ChainStageResult | |
---|---|
boolean |
ChainResultsSummary.addStageResult(ChainStageResult chainStageResult)
Add a stage result |
boolean |
ChainResultsSummaryImpl.addStageResult(ChainStageResult chainStageResult)
|
java.lang.String |
StageStatusHelperImpl.getDisplayClassForStage(ChainStageResult chainStageResult)
|
java.lang.String |
StageStatusHelper.getDisplayClassForStage(ChainStageResult chainStageResult)
Returns the CSS class name for a stage |
java.lang.String |
StageStatusHelperImpl.getDisplayMessageForStage(ChainStageResult chainStageResult)
|
java.lang.String |
StageStatusHelper.getDisplayMessageForStage(ChainStageResult chainStageResult)
Returns the display message for a stage |
boolean |
StageStatusHelperImpl.isCollapsedByDefault(ChainStageResult chainStageResult,
java.util.Collection<ChainStageResult> chainStageResults)
|
boolean |
StageStatusHelper.isCollapsedByDefault(ChainStageResult chainStageResult,
java.util.Collection<ChainStageResult> chainStageResults)
Returns a boolean indicating whether or not the stage should appear collapsed by default in the UI |
boolean |
ChainResultsSummary.removeStageResult(ChainStageResult chainStageResult)
Remove a stage result |
boolean |
ChainResultsSummaryImpl.removeStageResult(ChainStageResult chainStageResult)
|
Method parameters in com.atlassian.bamboo.chains with type arguments of type ChainStageResult | |
---|---|
long |
ChainResultManager.getAverageProgressDurationForStages(PlanIdentifier chain,
java.util.Collection<ChainStageResult> stageStates,
int numberOfResults)
Calculates average duration of provided stages execution |
long |
ChainResultManagerImpl.getAverageProgressDurationForStages(PlanIdentifier chain,
java.util.Collection<ChainStageResult> stages,
int numberOfResults)
|
boolean |
StageStatusHelperImpl.isCollapsedByDefault(ChainStageResult chainStageResult,
java.util.Collection<ChainStageResult> chainStageResults)
|
boolean |
StageStatusHelper.isCollapsedByDefault(ChainStageResult chainStageResult,
java.util.Collection<ChainStageResult> chainStageResults)
Returns a boolean indicating whether or not the stage should appear collapsed by default in the UI |
void |
ChainResultsSummaryImpl.setStageResults(java.util.List<ChainStageResult> stageResults)
|
Uses of ChainStageResult in com.atlassian.bamboo.chains.plugins |
---|
Methods in com.atlassian.bamboo.chains.plugins with parameters of type ChainStageResult | |
---|---|
void |
StopOnManualStageAction.execute(ChainResultsSummary chainResultsSummary,
ChainStageResult chainStageResult,
StageExecution stageExecution)
Executes the custom action |
void |
PostStageAction.execute(ChainResultsSummary chainResultsSummary,
ChainStageResult chainStageResult,
StageExecution stageExecution)
Executes the custom action |
Uses of ChainStageResult in com.atlassian.bamboo.index |
---|
Methods in com.atlassian.bamboo.index that return ChainStageResult | |
---|---|
ChainStageResult |
ChainResultsSummaryDocument.createStageResult(ImmutableChainStage chainStage)
|
Methods in com.atlassian.bamboo.index that return types with arguments of type ChainStageResult | |
---|---|
java.util.List<ChainStageResult> |
ChainResultsSummaryDocument.getStageResults()
|
Methods in com.atlassian.bamboo.index with parameters of type ChainStageResult | |
---|---|
boolean |
ChainResultsSummaryDocument.addStageResult(ChainStageResult chainStageResult)
|
boolean |
ChainResultsSummaryDocument.removeStageResult(ChainStageResult chainStageResult)
|
Uses of ChainStageResult in com.atlassian.bamboo.plan.cache |
---|
Methods in com.atlassian.bamboo.plan.cache that return ChainStageResult | |
---|---|
ChainStageResult |
ImmutableResultsSummary.createStageResult(ImmutableChainStage chainStage)
|
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ChainStageResult | |
---|---|
java.util.List<ChainStageResult> |
ChainResultDetails.getStageResults()
Returns all stage results. |
java.util.List<ChainStageResult> |
ImmutableResultsSummary.getStageResults()
|
java.util.List<ChainStageResult> |
ChainResultDetailsImpl.getStageResults()
|
Methods in com.atlassian.bamboo.plan.cache with parameters of type ChainStageResult | |
---|---|
boolean |
ImmutableResultsSummary.addStageResult(ChainStageResult chainStageResult)
|
boolean |
ImmutableResultsSummary.removeStageResult(ChainStageResult chainStageResult)
|
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 | |
---|---|
void |
Result.setStageResult(ChainStageResult stageResult)
|
Uses of ChainStageResult in com.atlassian.bamboo.plugins.rest.model.chain |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type ChainStageResult | |
---|---|
RestStageResult(ChainStageResult chainStageResult,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
boolean detailedResults,
BuildExecutionManager buildExecutionManager,
PlanExecutionManager planExecutionManager,
BuildQueueManager buildQueueManager,
StageStatusHelper stageStatusHelper,
java.util.List<ChainStageResult> chainStageResults,
PlanExecutableAgentsHelper planExecutableAgentsHelper,
BuildLogFileAccessorFactory buildLogFileAccessorFactory,
PlanService planService)
|
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.chain with type arguments of type ChainStageResult | |
---|---|
RestStageResult(ChainStageResult chainStageResult,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
boolean detailedResults,
BuildExecutionManager buildExecutionManager,
PlanExecutionManager planExecutionManager,
BuildQueueManager buildQueueManager,
StageStatusHelper stageStatusHelper,
java.util.List<ChainStageResult> chainStageResults,
PlanExecutableAgentsHelper planExecutableAgentsHelper,
BuildLogFileAccessorFactory buildLogFileAccessorFactory,
PlanService planService)
|
Uses of ChainStageResult in com.atlassian.bamboo.resultsummary |
---|
Methods in com.atlassian.bamboo.resultsummary that return ChainStageResult | |
---|---|
ChainStageResult |
BuildResultsSummaryHibernateDao.getChainStageResultById(long id)
|
ChainStageResult |
BuildResultsSummaryDao.getChainStageResultById(long id)
Returns a ChainStageResult by its id |
ChainStageResult |
ResultsSummaryManager.getChainStageResultById(java.lang.Long id)
Returns a ChainStageResult by its id |
ChainStageResult |
BuildResultsSummaryManagerImpl.getChainStageResultById(java.lang.Long id)
|
ChainStageResult |
BuildResultsSummaryHibernateDao.getStageForResult(ResultsSummary summary)
|
ChainStageResult |
ResultsSummaryManager.getStageForResult(ResultsSummary resultsSummary)
Get (@link ChainStageResult} containing given ResultsSummary |
ChainStageResult |
BuildResultsSummaryDao.getStageForResult(ResultsSummary resultsSummary)
Get (@link ChainStageResult} containing given ResultsSummary |
ChainStageResult |
BuildResultsSummaryManagerImpl.getStageForResult(ResultsSummary resultsSummary)
|
Uses of ChainStageResult in com.atlassian.bamboo.ww2.actions.build |
---|
Constructor parameters in com.atlassian.bamboo.ww2.actions.build with type arguments of type ChainStageResult | |
---|---|
StageJsonDecorator(ChainExecution chainExecution,
StageExecution stageExecution,
java.util.List<ChainStageResult> stages)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |