Uses of Enum Class
com.atlassian.bamboo.builder.LifeCycleState
Package
Description
-
Uses of LifeCycleState in com.atlassian.bamboo.builder
Modifier and TypeFieldDescriptionstatic final EnumSet<LifeCycleState>
LifeCycleState.ACTIVE_STATES
static final EnumSet<LifeCycleState>
LifeCycleState.FINAL_STATES
Modifier and TypeMethodDescriptionstatic LifeCycleState
LifeCycleState.getInstance
(String state) Returns the appropriate enum value from the given state stringstatic LifeCycleState
Returns the enum constant of this class with the specified name.static LifeCycleState[]
LifeCycleState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
LifeCycleState.isActive
(@Nullable LifeCycleState lifeCycleState) static boolean
LifeCycleState.isExpectedStateTransition
(@Nullable LifeCycleState oldState, @NotNull LifeCycleState newState) static boolean
LifeCycleState.isFinalized
(@Nullable LifeCycleState lifeCycleState) static boolean
LifeCycleState.isFinished
(@Nullable LifeCycleState lifeCycleState) static boolean
LifeCycleState.isInProgress
(@Nullable LifeCycleState lifeCycleState) static boolean
LifeCycleState.isNotBuilt
(@Nullable LifeCycleState lifeCycleState) static boolean
LifeCycleState.isPending
(@Nullable LifeCycleState lifeCycleState) static boolean
LifeCycleState.isQueued
(@Nullable LifeCycleState lifeCycleState) static boolean
LifeCycleState.isWaiting
(@Nullable LifeCycleState lifeCycleState) Modifier and TypeMethodDescriptionstatic Collection<String>
LifeCycleState.lifeCycleStatesToStringCollection
(@NotNull Collection<LifeCycleState> lifeCycleStates) -
Uses of LifeCycleState in com.atlassian.bamboo.chains
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<ChainStageResultImpl,
LifeCycleState> ChainStageResultImpl_.lifeCycleState
Modifier and TypeMethodDescriptionChainStageResult.getLifeCycleState()
ChainStageResultImpl.getLifeCycleState()
-
Uses of LifeCycleState in com.atlassian.bamboo.deployments
Modifier and TypeMethodDescriptionstatic InternalDeploymentResult
DeploymentMocks.mockDeploymentResult
(@NotNull String deploymentVersionName, @NotNull BuildState deploymentState, @NotNull LifeCycleState lifeCycleState) -
Uses of LifeCycleState in com.atlassian.bamboo.deployments.environments
-
Uses of LifeCycleState in com.atlassian.bamboo.deployments.results
Modifier and TypeMethodDescription@NotNull LifeCycleState
DeploymentResultImpl.getLifeCycleState()
@NotNull LifeCycleState
InternalDeploymentResult.getLifeCycleState()
ModifierConstructorDescriptionDeploymentResultImpl
(long id, BuildState deploymentState, LifeCycleState lifeCycleState, Date startedDate, Date queuedDate, Date executedDate, Date finishedDate, String deploymentVersionName, Long agentId, Map<String, String> customData, TriggerReason triggerReason, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations, @Nullable AgentType agentType) -
Uses of LifeCycleState in com.atlassian.bamboo.deployments.results.persistence
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,
LifeCycleState> MutableDeploymentResultImpl_.lifeCycleState
Modifier and TypeMethodDescriptionDeploymentResultDto.getLifeCycleState()
EnvironmentStatusForDashboardImpl.getLifeCycleState()
@NotNull LifeCycleState
MutableDeploymentResultImpl.getLifeCycleState()
Modifier and TypeMethodDescriptionvoid
MutableDeploymentResult.setLifeCycleState
(@NotNull LifeCycleState lifeCycleState) void
MutableDeploymentResultImpl.setLifeCycleState
(@Nullable LifeCycleState lifeCycleState) Modifier and TypeMethodDescription@NotNull List<MutableDeploymentResult>
DeploymentResultDao.getDeploymentResultsByLifeCycleState
(Collection<LifeCycleState> lifeCycleStates) @NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl.getDeploymentResultsByLifeCycleState
(Collection<LifeCycleState> lifeCycleStates) ModifierConstructorDescriptionEnvironmentStatusForDashboardImpl
(long environmentId, Long deploymentResultId, LifeCycleState lifeCycleState, BuildState deploymentState, Date startedDate, Date queuedDate, Date executedDate, Date finishedDate, Long deploymentVersionId, String deploymentVersionName, String deploymentVersionRelatedBranchName) -
Uses of LifeCycleState in com.atlassian.bamboo.deployments.results.service
Modifier and TypeMethodDescriptionvoid
DeploymentResultService.updateLifeCycleState
(long deploymentResultId, @NotNull LifeCycleState lifeCycleState) Update lifecycle state of the DeploymentResult.void
DeploymentResultService.updateLifeCycleState
(@NotNull DeploymentTimingPoint timingPoint, @NotNull LifeCycleState lifeCycleState) Update lifecycle state of the DeploymentResultvoid
DeploymentResultServiceImpl.updateLifeCycleState
(long deploymentResultId, @NotNull LifeCycleState lifeCycleState) void
DeploymentResultServiceImpl.updateLifeCycleState
(@NotNull DeploymentTimingPoint timingPoint, @NotNull LifeCycleState lifeCycleState) Modifier and TypeMethodDescription@NotNull List<DeploymentResult>
DeploymentResultService.getDeploymentResultsByLifeCycleState
(Collection<LifeCycleState> lifeCycleStates) @NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getDeploymentResultsByLifeCycleState
(Collection<LifeCycleState> lifeCycleStates) -
Uses of LifeCycleState in com.atlassian.bamboo.event
Modifier and TypeFieldDescriptionprotected final LifeCycleState
BuildStateResultEvent.lifeCycleState
Modifier and TypeMethodDescriptionBuildStateResultEvent.getLifeCycleState()
Get the lifeCycleState of buildModifierConstructorDescriptionBuildCompletedEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState) BuildFinishedEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState, @Nullable BuildContext buildContext) BuildFinishedEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState, @Nullable BuildContext buildContext, @NotNull Timestamp buildCompletionTimestamp) protected
BuildStateResultEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState) JobCompletedEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState, int numberOfPreviouslyFailedJobs) -
Uses of LifeCycleState in com.atlassian.bamboo.plan.cache
-
Uses of LifeCycleState in com.atlassian.bamboo.plugins.rest.common
Modifier and TypeMethodDescriptionstatic @Nullable LifeCycleState
RestHelper.getLifeCycleStateQueryParam
(@NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of LifeCycleState in com.atlassian.bamboo.plugins.rest.model.plan.branch
ModifierConstructorDescriptionRestBranchLatestActive
(PlanResultKey planResultKey, LifeCycleState lifeCycleState) -
Uses of LifeCycleState in com.atlassian.bamboo.rest.model.deployments.environments
ModifierConstructorDescriptionRestEnvironmentStatusForDashboard
(long environmentId, Long deploymentResultId, BuildState deploymentState, LifeCycleState lifeCycleState, Date startedDate, Date queuedDate, Date executedDate, Date finishedDate, Long deploymentVersionId, String deploymentVersionName) -
Uses of LifeCycleState in com.atlassian.bamboo.rest.model.deployments.results
Modifier and TypeMethodDescription@NotNull LifeCycleState
RestDeploymentResult.getLifeCycleState()
-
Uses of LifeCycleState in com.atlassian.bamboo.resultsummary
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,
LifeCycleState> AbstractResultsSummary_.lifeCycleState
Modifier and TypeMethodDescriptionLifeCycleStateUserType.fromString
(@NotNull String stringValue) AbstractResultsSummary.getLifeCycleState()
ImmutableResultsSummary.getLifeCycleState()
Modifier and TypeMethodDescription<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllBuildResultSummariesInLifeCycleState
(@NotNull LifeCycleState state, Class<T> aClass) Returns all theBuildResultsSummary
in requested lifecycle state.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao.getAllBuildResultSummariesInLifeCycleState
(@NotNull LifeCycleState state, @NotNull Class<T> aClass) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.getResultSummariesForPlanByLifeCycleState
(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) Get theResultsSummary
s for the givenPlan
in giveLifeCycleState
that are Results are sorted by build number (descending).<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao.getResultSummariesForPlanByLifeCycleState
(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesForPlanByLifeCycleState
(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesForPlanByLifeCycleState
(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) Get theResultsSummary
s for the givenPlan
in giveLifeCycleState
that are Results are sorted by build number (descending).void
AbstractResultsSummary.setLifeCycleState
(LifeCycleState lifeCycleState) @NotNull ResultsSummaryCriteriaBuilder
ResultsSummaryCriteriaBuilder.setLifeCycleState
(LifeCycleState lifeCycleStates) void
AbstractResultsSummary.updateLifeCycleState
(@NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) void
BuildResultsSummaryManagerImpl.updateLifeCycleState
(@NotNull ResultsSummary resultsSummary, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) void
BuildResultsSummaryManagerImpl.updateLifeCycleState
(@NotNull BuildIdentifier buildIdentifier, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) void
BuildResultsSummaryManagerImpl.updateLifeCycleState
(@NotNull CurrentlyBuilding currentlyBuilding, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) void
ResultsSummary.updateLifeCycleState
(@NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) Update lifeCycleState and buildState in one go.void
ResultsSummaryManager.updateLifeCycleState
(@NotNull ResultsSummary resultsSummary, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) Update LifeCycleState and saves the givenResultsSummary
void
ResultsSummaryManager.updateLifeCycleState
(@NotNull BuildIdentifier buildIdentifier, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) Update LifeCycleState and saves theResultsSummary
for givenBuildContext
Updates also timing informationvoid
ResultsSummaryManager.updateLifeCycleState
(@NotNull CurrentlyBuilding currentlyBuilding, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) Update LifeCycleState and saves theResultsSummary
for givenBuildContext
Updates also timing information.Modifier and TypeMethodDescription@NotNull ResultsSummaryCriteriaBuilder
ResultsSummaryCriteriaBuilder.setLifeCycleState
(Set<LifeCycleState> lifeCycleStates) void
ResultsSummaryCriteria.setLifeCycleStates
(Set<LifeCycleState> lifeCycleStates) -
Uses of LifeCycleState in com.atlassian.bamboo.resultsummary.search
Modifier and TypeMethodDescriptionResultSummarySearchCriteria.Builder.lifeCycleStates
(@NotNull LifeCycleState... lifeCycleStates) Modifier and TypeMethodDescriptionResultSummarySearchCriteria.Builder.lifeCycleStates
(@NotNull Collection<LifeCycleState> lifeCycleStates) -
Uses of LifeCycleState in com.atlassian.bamboo.testutils.matchers.rest.model.deployments.results
Modifier and TypeMethodDescriptionRestDeploymentResultMatcherBuilder.lifeCycleState
(LifeCycleState... lifeCycleStates) Modifier and TypeMethodDescriptionRestDeploymentResultMatcherBuilder.lifeCycleState
(Collection<LifeCycleState> lifeCycleStates) -
Uses of LifeCycleState in com.atlassian.bamboo.testutils.resultsummary
Modifier and TypeMethodDescriptionstatic <T extends ImmutableResultsSummary>
TResultsSummaryTestHelper.mockResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> summaryClass, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) -
Uses of LifeCycleState in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescription@NotNull LifeCycleState
CurrentBuildResultImpl.getLifeCycleState()
@NotNull LifeCycleState
CurrentResult.getLifeCycleState()
@NotNull LifeCycleState
CurrentResultImpl.getLifeCycleState()
Modifier and TypeMethodDescriptionvoid
CurrentBuildResultImpl.setLifeCycleState
(@NotNull LifeCycleState lifeCycleState) void
CurrentResult.setLifeCycleState
(@NotNull LifeCycleState lifeCycleState) void
CurrentResultImpl.setLifeCycleState
(@NotNull LifeCycleState lifeCycleState) -
Uses of LifeCycleState in com.atlassian.bamboo.ww2.beans