Modifier and Type | Field and Description |
---|---|
static EnumSet<LifeCycleState> |
LifeCycleState.ACTIVE_STATES |
static EnumSet<LifeCycleState> |
LifeCycleState.FINAL_STATES |
Modifier and Type | Method and Description |
---|---|
static LifeCycleState |
LifeCycleState.getInstance(String state)
Returns the appropriate enum value from the given state string
|
static LifeCycleState |
LifeCycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleState[] |
LifeCycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LifeCycleState.isActive(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isExpectedStateTransition(LifeCycleState oldState,
LifeCycleState newState) |
static boolean |
LifeCycleState.isFinalized(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isFinished(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isInProgress(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isNotBuilt(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isPending(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isQueued(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isWaiting(LifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
LifeCycleState.lifeCycleStatesToStringCollection(Collection<LifeCycleState> lifeCycleStates) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<ChainStageResultImpl,LifeCycleState> |
ChainStageResultImpl_.lifeCycleState |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
ChainStageResultImpl.getLifeCycleState() |
LifeCycleState |
ChainStageResult.getLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
static InternalDeploymentResult |
DeploymentMocks.mockDeploymentResult(String deploymentVersionName,
BuildState deploymentState,
LifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
EnvironmentStatusForDashboard.getLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
DeploymentResultImpl.getLifeCycleState() |
LifeCycleState |
InternalDeploymentResult.getLifeCycleState() |
Constructor and Description |
---|
DeploymentResultImpl(long id,
BuildState deploymentState,
LifeCycleState lifeCycleState,
Date startedDate,
Date queuedDate,
Date executedDate,
Date finishedDate,
String deploymentVersionName,
Long agentId,
Map<String,String> customData,
TriggerReason triggerReason,
Environment environment,
DeploymentVersion deploymentVersion,
Operations operations) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,LifeCycleState> |
MutableDeploymentResultImpl_.lifeCycleState |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
DeploymentResultDto.getLifeCycleState() |
LifeCycleState |
MutableDeploymentResultImpl.getLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
void |
MutableDeploymentResult.setLifeCycleState(LifeCycleState lifeCycleState) |
void |
MutableDeploymentResultImpl.setLifeCycleState(LifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
List<MutableDeploymentResult> |
DeploymentResultDaoImpl.getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates) |
List<MutableDeploymentResult> |
DeploymentResultDao.getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentResultServiceImpl.updateLifeCycleState(DeploymentTimingPoint timingPoint,
LifeCycleState lifeCycleState) |
void |
DeploymentResultService.updateLifeCycleState(DeploymentTimingPoint timingPoint,
LifeCycleState lifeCycleState)
Update lifecycle state of the DeploymentResult
|
void |
DeploymentResultServiceImpl.updateLifeCycleState(long deploymentResultId,
LifeCycleState lifeCycleState) |
void |
DeploymentResultService.updateLifeCycleState(long deploymentResultId,
LifeCycleState lifeCycleState)
Update lifecycle state of the DeploymentResult.
|
Modifier and Type | Method and Description |
---|---|
List<DeploymentResult> |
DeploymentResultServiceImpl.getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates) |
List<DeploymentResult> |
DeploymentResultService.getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates) |
Modifier and Type | Field and Description |
---|---|
protected LifeCycleState |
BuildStateResultEvent.lifeCycleState |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
BuildStateResultEvent.getLifeCycleState()
Get the lifeCycleState of build
|
Constructor and Description |
---|
BuildCompletedEvent(Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState) |
BuildFinishedEvent(Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState,
BuildContext buildContext) |
BuildStateResultEvent(Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState) |
JobCompletedEvent(Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState,
int numberOfPreviouslyFailedJobs) |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
ImmutableResultsSummaryImpl.getLifeCycleState() |
Constructor and Description |
---|
RestBranchLatestActive(PlanResultKey planResultKey,
LifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
RestEnvironmentStatusForDashboard.getLifeCycleState() |
Constructor and Description |
---|
RestEnvironmentStatusForDashboard(long environmentId,
Long deploymentResultId,
BuildState deploymentState,
LifeCycleState lifeCycleState,
Date startedDate,
Date queuedDate,
Date executedDate,
Date finishedDate,
Long deploymentVersionId,
String deploymentVersionName) |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
RestDeploymentResult.getLifeCycleState() |
Modifier and Type | Field and Description |
---|---|
protected LifeCycleState |
AbstractResultsSummary.lifeCycleState |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,LifeCycleState> |
AbstractResultsSummary_.lifeCycleState |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
LifeCycleStateUserType.fromString(String stringValue) |
LifeCycleState |
AbstractResultsSummary.getLifeCycleState() |
LifeCycleState |
ImmutableResultsSummary.getLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycleState> |
ResultsSummaryCriteria.getLifeCycleStates() |
Modifier and Type | Method and Description |
---|---|
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.getAllBuildResultSummariesInLifeCycleState(LifeCycleState state,
Class<T> aClass) |
<T extends ResultsSummary> |
BuildResultsSummaryDao.getAllBuildResultSummariesInLifeCycleState(LifeCycleState state,
Class<T> aClass)
Returns all the
BuildResultsSummary in requested lifecycle state. |
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults) |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults) |
<T extends ResultsSummary> |
ResultsSummaryManager.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
Get the
ResultsSummary s for the given Plan in give LifeCycleState that are Results are sorted by build number (descending). |
<T extends ResultsSummary> |
BuildResultsSummaryDao.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
Get the
ResultsSummary s for the given Plan in give LifeCycleState that are Results are
sorted by build number (descending). |
void |
AbstractResultsSummary.setLifeCycleState(LifeCycleState lifeCycleState) |
ResultsSummaryCriteriaBuilder |
ResultsSummaryCriteriaBuilder.setLifeCycleState(LifeCycleState lifeCycleStates) |
void |
BuildResultsSummaryManagerImpl.updateLifeCycleState(BuildIdentifier buildIdentifier,
LifeCycleState lifeCycleState,
BuildState buildState) |
void |
ResultsSummaryManager.updateLifeCycleState(BuildIdentifier buildIdentifier,
LifeCycleState lifeCycleState,
BuildState buildState)
Update LifeCycleState and saves the
ResultsSummary for given BuildContext
Updates also timing information |
void |
AbstractResultsSummary.updateLifeCycleState(LifeCycleState lifeCycleState,
BuildState buildState) |
void |
ResultsSummary.updateLifeCycleState(LifeCycleState lifeCycleState,
BuildState buildState)
Update lifeCycleState and buildState in one go.
|
void |
BuildResultsSummaryManagerImpl.updateLifeCycleState(ResultsSummary resultsSummary,
LifeCycleState lifeCycleState,
BuildState buildState) |
void |
ResultsSummaryManager.updateLifeCycleState(ResultsSummary resultsSummary,
LifeCycleState lifeCycleState,
BuildState buildState)
Update LifeCycleState and saves the given
ResultsSummary |
Modifier and Type | Method and Description |
---|---|
ResultsSummaryCriteriaBuilder |
ResultsSummaryCriteriaBuilder.setLifeCycleState(EnumSet<LifeCycleState> lifeCycleStates)
Deprecated.
since 6.10 use
ResultsSummaryCriteriaBuilder.setLifeCycleState(Set) . |
ResultsSummaryCriteriaBuilder |
ResultsSummaryCriteriaBuilder.setLifeCycleState(Set<LifeCycleState> lifeCycleStates) |
void |
ResultsSummaryCriteria.setLifeCycleStates(Set<LifeCycleState> lifeCycleStates) |
Modifier and Type | Method and Description |
---|---|
RestDeploymentResultMatcherBuilder |
RestDeploymentResultMatcherBuilder.lifeCycleState(LifeCycleState... lifeCycleStates) |
Modifier and Type | Method and Description |
---|---|
RestDeploymentResultMatcherBuilder |
RestDeploymentResultMatcherBuilder.lifeCycleState(Collection<LifeCycleState> lifeCycleStates) |
Modifier and Type | Method and Description |
---|---|
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(PlanResultKey planResultKey,
Class<T> summaryClass,
LifeCycleState lifeCycleState,
BuildState buildState) |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
CurrentBuildResultImpl.getLifeCycleState() |
LifeCycleState |
CurrentResultImpl.getLifeCycleState() |
LifeCycleState |
CurrentResult.getLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
void |
CurrentBuildResultImpl.setLifeCycleState(LifeCycleState lifeCycleState) |
void |
CurrentResultImpl.setLifeCycleState(LifeCycleState lifeCycleState) |
void |
CurrentResult.setLifeCycleState(LifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
DecoratedResultStatus.getLifeCycleState() |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.