Modifier and Type | Method and Description |
---|---|
ChainStageResult |
PlanResultsAction.getPreviousFailedStageResult(BuildResultsSummary buildResultsSummary)
returns the previous
ChainStageResult that failed before the
BuildResultsSummary failed. |
Modifier and Type | Class and Description |
---|---|
class |
ChainStageResultImpl |
Modifier and Type | Method and Description |
---|---|
ChainStageResult |
ChainResultsSummaryImpl.createStageResult(ImmutableChainStage chainStage) |
ChainStageResult |
ChainResultsSummary.createStageResult(ImmutableChainStage chainStage)
Create a new
ChainStageResult and associates it with the ChainResultsSummary |
Modifier and Type | Method and Description |
---|---|
List<ChainStageResult> |
ChainResultsSummaryImpl.getStageResults() |
List<ChainStageResult> |
ImmutableChainResultsSummary.getStageResults()
Get all the
ChainStageResult 's associated with this ChainResultsSummary |
Modifier and Type | Method and Description |
---|---|
boolean |
ChainResultsSummaryImpl.addStageResult(ChainStageResult chainStageResult) |
boolean |
ChainResultsSummary.addStageResult(ChainStageResult chainStageResult)
Add a stage result
|
String |
StageStatusHelper.getDisplayClassForStage(ChainStageResult chainStageResult)
Returns the CSS class name for a stage
|
String |
StageStatusHelperImpl.getDisplayClassForStage(ChainStageResult chainStageResult) |
String |
StageStatusHelper.getDisplayMessageForStage(ChainStageResult chainStageResult)
Returns the display message for a stage
|
String |
StageStatusHelperImpl.getDisplayMessageForStage(ChainStageResult chainStageResult) |
boolean |
StageStatusHelper.isCollapsedByDefault(ChainStageResult chainStageResult,
Collection<ChainStageResult> chainStageResults)
Returns a boolean indicating whether or not the stage should appear collapsed by default in the UI
|
boolean |
StageStatusHelperImpl.isCollapsedByDefault(ChainStageResult chainStageResult,
Collection<ChainStageResult> chainStageResults) |
boolean |
ChainResultsSummaryImpl.removeStageResult(ChainStageResult chainStageResult) |
boolean |
ChainResultsSummary.removeStageResult(ChainStageResult chainStageResult)
Remove a stage result
|
Modifier and Type | Method and Description |
---|---|
long |
ChainResultManagerImpl.getAverageProgressDurationForStages(PlanIdentifier chain,
Collection<ChainStageResult> stages,
int numberOfResults) |
long |
ChainResultManager.getAverageProgressDurationForStages(PlanIdentifier chain,
Collection<ChainStageResult> stageStates,
int numberOfResults)
Calculates average duration of provided stages execution
|
boolean |
StageStatusHelper.isCollapsedByDefault(ChainStageResult chainStageResult,
Collection<ChainStageResult> chainStageResults)
Returns a boolean indicating whether or not the stage should appear collapsed by default in the UI
|
boolean |
StageStatusHelperImpl.isCollapsedByDefault(ChainStageResult chainStageResult,
Collection<ChainStageResult> chainStageResults) |
void |
ChainResultsSummaryImpl.setStageResults(List<ChainStageResult> stageResults) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ChainStageResult |
ChainResultsSummaryDocument.createStageResult(ImmutableChainStage chainStage) |
Modifier and Type | Method and Description |
---|---|
List<ChainStageResult> |
ChainResultsSummaryDocument.getStageResults() |
Modifier and Type | Method and Description |
---|---|
boolean |
ChainResultsSummaryDocument.addStageResult(ChainStageResult chainStageResult) |
boolean |
ChainResultsSummaryDocument.removeStageResult(ChainStageResult chainStageResult) |
Modifier and Type | Method and Description |
---|---|
List<ChainStageResult> |
ImmutableResultsSummaryImpl.getStageResults() |
List<ChainStageResult> |
ChainResultDetailsImpl.getStageResults() |
List<ChainStageResult> |
ChainResultDetails.getStageResults()
Returns all stage results.
|
Modifier and Type | Method and Description |
---|---|
void |
Result.setStageResult(ChainStageResult stageResult) |
Constructor and Description |
---|
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) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
ChainStageResult |
BuildResultsSummaryHibernateDao.getChainStageResultById(long id) |
ChainStageResult |
BuildResultsSummaryDao.getChainStageResultById(long id)
Returns a
ChainStageResult by its id |
ChainStageResult |
BuildResultsSummaryManagerImpl.getChainStageResultById(Long id) |
ChainStageResult |
ResultsSummaryManager.getChainStageResultById(Long id)
Returns a
ChainStageResult by its id |
ChainStageResult |
BuildResultsSummaryHibernateDao.getStageForResult(ResultsSummary summary) |
ChainStageResult |
BuildResultsSummaryManagerImpl.getStageForResult(ResultsSummary resultsSummary) |
ChainStageResult |
ResultsSummaryManager.getStageForResult(ResultsSummary resultsSummary)
Get (@link ChainStageResult} containing given
ResultsSummary |
ChainStageResult |
BuildResultsSummaryDao.getStageForResult(ResultsSummary resultsSummary)
Get (@link ChainStageResult} containing given
ResultsSummary |
Modifier and Type | Method and Description |
---|---|
ChainStageResult |
StageVariableContextImpl.getChainStageResult() |
ChainStageResult |
StageVariableContext.getChainStageResult() |
Modifier and Type | Method and Description |
---|---|
void |
StageVariableContextImpl.setChainStageResult(ChainStageResult chainStageResult) |
void |
StageVariableContext.setChainStageResult(ChainStageResult chainStageResult) |
Constructor and Description |
---|
StageVariableContextImpl(String key,
String value,
VariableType variableType,
ChainStageResult chainStageResult) |
Constructor and Description |
---|
StageJsonDecorator(ChainExecution chainExecution,
StageExecution stageExecution,
List<ChainStageResult> stages) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.