Uses of Class
com.atlassian.bamboo.builder.LifeCycleState
-
-
Uses of LifeCycleState in com.atlassian.bamboo.builder
Fields in com.atlassian.bamboo.builder with type parameters of type LifeCycleState Modifier and Type Field Description static EnumSet<LifeCycleState>
LifeCycleState. ACTIVE_STATES
static EnumSet<LifeCycleState>
LifeCycleState. FINAL_STATES
Methods in com.atlassian.bamboo.builder that return LifeCycleState Modifier and Type Method Description static LifeCycleState
LifeCycleState. getInstance(String state)
Returns the appropriate enum value from the given state stringstatic 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.Methods in com.atlassian.bamboo.builder with parameters of type LifeCycleState Modifier and Type Method Description static 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)
Method parameters in com.atlassian.bamboo.builder with type arguments of type LifeCycleState Modifier and Type Method Description static Collection<String>
LifeCycleState. lifeCycleStatesToStringCollection(@NotNull Collection<LifeCycleState> lifeCycleStates)
-
Uses of LifeCycleState in com.atlassian.bamboo.chains
Fields in com.atlassian.bamboo.chains with type parameters of type LifeCycleState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<ChainStageResultImpl,LifeCycleState>
ChainStageResultImpl_. lifeCycleState
Methods in com.atlassian.bamboo.chains that return LifeCycleState Modifier and Type Method Description LifeCycleState
ChainStageResult. getLifeCycleState()
LifeCycleState
ChainStageResultImpl. getLifeCycleState()
-
Uses of LifeCycleState in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with parameters of type LifeCycleState Modifier and Type Method Description static InternalDeploymentResult
DeploymentMocks. mockDeploymentResult(@NotNull String deploymentVersionName, @NotNull BuildState deploymentState, @NotNull LifeCycleState lifeCycleState)
-
Uses of LifeCycleState in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return LifeCycleState Modifier and Type Method Description LifeCycleState
EnvironmentStatusForDashboard. getLifeCycleState()
-
Uses of LifeCycleState in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return LifeCycleState Modifier and Type Method Description @NotNull LifeCycleState
DeploymentResultImpl. getLifeCycleState()
@NotNull LifeCycleState
InternalDeploymentResult. getLifeCycleState()
Constructors in com.atlassian.bamboo.deployments.results with parameters of type LifeCycleState Constructor 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, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations, @Nullable AgentType agentType)
-
Uses of LifeCycleState in com.atlassian.bamboo.deployments.results.persistence
Fields in com.atlassian.bamboo.deployments.results.persistence with type parameters of type LifeCycleState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,LifeCycleState>
MutableDeploymentResultImpl_. lifeCycleState
Methods in com.atlassian.bamboo.deployments.results.persistence that return LifeCycleState Modifier and Type Method Description LifeCycleState
DeploymentResultDto. getLifeCycleState()
LifeCycleState
EnvironmentStatusForDashboardImpl. getLifeCycleState()
@NotNull LifeCycleState
MutableDeploymentResultImpl. getLifeCycleState()
Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type LifeCycleState Modifier and Type Method Description void
MutableDeploymentResult. setLifeCycleState(@NotNull LifeCycleState lifeCycleState)
void
MutableDeploymentResultImpl. setLifeCycleState(@Nullable LifeCycleState lifeCycleState)
Method parameters in com.atlassian.bamboo.deployments.results.persistence with type arguments of type LifeCycleState Modifier and Type Method Description @NotNull List<MutableDeploymentResult>
DeploymentResultDao. getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates)
@NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl. getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates)
Constructors in com.atlassian.bamboo.deployments.results.persistence with parameters of type LifeCycleState Constructor Description EnvironmentStatusForDashboardImpl(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
Methods in com.atlassian.bamboo.deployments.results.service with parameters of type LifeCycleState Modifier and Type Method Description void
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)
Method parameters in com.atlassian.bamboo.deployments.results.service with type arguments of type LifeCycleState Modifier and Type Method Description @NotNull List<DeploymentResult>
DeploymentResultService. getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates)
@NotNull List<DeploymentResult>
DeploymentResultServiceImpl. getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates)
-
Uses of LifeCycleState in com.atlassian.bamboo.event
Fields in com.atlassian.bamboo.event declared as LifeCycleState Modifier and Type Field Description protected LifeCycleState
BuildStateResultEvent. lifeCycleState
Methods in com.atlassian.bamboo.event that return LifeCycleState Modifier and Type Method Description LifeCycleState
BuildStateResultEvent. getLifeCycleState()
Get the lifeCycleState of buildConstructors in com.atlassian.bamboo.event with parameters of type LifeCycleState Constructor Description BuildCompletedEvent(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)
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
Methods in com.atlassian.bamboo.plan.cache that return LifeCycleState Modifier and Type Method Description LifeCycleState
ImmutableResultsSummaryImpl. getLifeCycleState()
-
Uses of LifeCycleState in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common that return LifeCycleState Modifier and Type Method Description static @Nullable LifeCycleState
RestHelper. getLifeCycleStateQueryParam(@NotNull javax.ws.rs.core.UriInfo uriInfo)
-
Uses of LifeCycleState in com.atlassian.bamboo.plugins.rest.model.plan.branch
Constructors in com.atlassian.bamboo.plugins.rest.model.plan.branch with parameters of type LifeCycleState Constructor Description RestBranchLatestActive(PlanResultKey planResultKey, LifeCycleState lifeCycleState)
-
Uses of LifeCycleState in com.atlassian.bamboo.rest.model.deployments.environments
Methods in com.atlassian.bamboo.rest.model.deployments.environments that return LifeCycleState Modifier and Type Method Description LifeCycleState
RestEnvironmentStatusForDashboard. getLifeCycleState()
Constructors in com.atlassian.bamboo.rest.model.deployments.environments with parameters of type LifeCycleState Constructor Description RestEnvironmentStatusForDashboard(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
Methods in com.atlassian.bamboo.rest.model.deployments.results that return LifeCycleState Modifier and Type Method Description @NotNull LifeCycleState
RestDeploymentResult. getLifeCycleState()
-
Uses of LifeCycleState in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary declared as LifeCycleState Modifier and Type Field Description protected LifeCycleState
AbstractResultsSummary. lifeCycleState
Fields in com.atlassian.bamboo.resultsummary with type parameters of type LifeCycleState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,LifeCycleState>
AbstractResultsSummary_. lifeCycleState
Methods in com.atlassian.bamboo.resultsummary that return LifeCycleState Modifier and Type Method Description LifeCycleState
LifeCycleStateUserType. fromString(@NotNull String stringValue)
LifeCycleState
AbstractResultsSummary. getLifeCycleState()
LifeCycleState
ImmutableResultsSummary. getLifeCycleState()
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type LifeCycleState Modifier and Type Method Description Collection<LifeCycleState>
ResultsSummaryCriteria. getLifeCycleStates()
Methods in com.atlassian.bamboo.resultsummary with parameters of type LifeCycleState Modifier and Type Method Description <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.Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type LifeCycleState Modifier and Type Method Description @NotNull ResultsSummaryCriteriaBuilder
ResultsSummaryCriteriaBuilder. setLifeCycleState(EnumSet<LifeCycleState> lifeCycleStates)
Deprecated.since 6.10 useResultsSummaryCriteriaBuilder.setLifeCycleState(Set)
.@NotNull ResultsSummaryCriteriaBuilder
ResultsSummaryCriteriaBuilder. setLifeCycleState(Set<LifeCycleState> lifeCycleStates)
void
ResultsSummaryCriteria. setLifeCycleStates(Set<LifeCycleState> lifeCycleStates)
-
Uses of LifeCycleState in com.atlassian.bamboo.resultsummary.search
Methods in com.atlassian.bamboo.resultsummary.search that return types with arguments of type LifeCycleState Modifier and Type Method Description Set<LifeCycleState>
ResultSummarySearchCriteria. getLifeCycleStates()
Methods in com.atlassian.bamboo.resultsummary.search with parameters of type LifeCycleState Modifier and Type Method Description ResultSummarySearchCriteria.Builder
ResultSummarySearchCriteria.Builder. lifeCycleStates(@NotNull LifeCycleState... lifeCycleStates)
Method parameters in com.atlassian.bamboo.resultsummary.search with type arguments of type LifeCycleState Modifier and Type Method Description ResultSummarySearchCriteria.Builder
ResultSummarySearchCriteria.Builder. lifeCycleStates(@NotNull Collection<LifeCycleState> lifeCycleStates)
-
Uses of LifeCycleState in com.atlassian.bamboo.testutils.matchers.rest.model.deployments.results
Methods in com.atlassian.bamboo.testutils.matchers.rest.model.deployments.results with parameters of type LifeCycleState Modifier and Type Method Description RestDeploymentResultMatcherBuilder
RestDeploymentResultMatcherBuilder. lifeCycleState(LifeCycleState... lifeCycleStates)
Method parameters in com.atlassian.bamboo.testutils.matchers.rest.model.deployments.results with type arguments of type LifeCycleState Modifier and Type Method Description RestDeploymentResultMatcherBuilder
RestDeploymentResultMatcherBuilder. lifeCycleState(Collection<LifeCycleState> lifeCycleStates)
-
Uses of LifeCycleState in com.atlassian.bamboo.testutils.resultsummary
Methods in com.atlassian.bamboo.testutils.resultsummary with parameters of type LifeCycleState Modifier and Type Method Description static <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
Methods in com.atlassian.bamboo.v2.build that return LifeCycleState Modifier and Type Method Description @NotNull LifeCycleState
CurrentBuildResultImpl. getLifeCycleState()
@NotNull LifeCycleState
CurrentResult. getLifeCycleState()
@NotNull LifeCycleState
CurrentResultImpl. getLifeCycleState()
Methods in com.atlassian.bamboo.v2.build with parameters of type LifeCycleState Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.ww2.beans that return LifeCycleState Modifier and Type Method Description LifeCycleState
DecoratedResultStatus. getLifeCycleState()
-