Uses of Class
com.atlassian.bamboo.builder.LifeCycleState

Packages that use LifeCycleState
com.atlassian.bamboo.builder   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.results   
com.atlassian.bamboo.deployments.results.persistence   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.event   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.ww2.beans   
 

Uses of LifeCycleState in com.atlassian.bamboo.builder
 

Fields in com.atlassian.bamboo.builder with type parameters of type LifeCycleState
static java.util.EnumSet<LifeCycleState> LifeCycleState.ACTIVE_STATES
           
static java.util.EnumSet<LifeCycleState> LifeCycleState.FINAL_STATES
           
 

Methods in com.atlassian.bamboo.builder that return LifeCycleState
static LifeCycleState LifeCycleState.getInstance(java.lang.String state)
          Returns the appropriate enum value from the given state string
static LifeCycleState LifeCycleState.valueOf(java.lang.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
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)
           
 

Method parameters in com.atlassian.bamboo.builder with type arguments of type LifeCycleState
static java.util.Collection<java.lang.String> LifeCycleState.lifeCycleStatesToStringCollection(java.util.Collection<LifeCycleState> lifeCycleStates)
           
 

Uses of LifeCycleState in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return LifeCycleState
 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
static InternalDeploymentResult DeploymentMocks.mockDeploymentResult(java.lang.String deploymentVersionName, BuildState deploymentState, LifeCycleState lifeCycleState)
           
 

Uses of LifeCycleState in com.atlassian.bamboo.deployments.results
 

Methods in com.atlassian.bamboo.deployments.results that return LifeCycleState
 LifeCycleState DeploymentResultImpl.getLifeCycleState()
           
 LifeCycleState InternalDeploymentResult.getLifeCycleState()
           
 

Uses of LifeCycleState in com.atlassian.bamboo.deployments.results.persistence
 

Methods in com.atlassian.bamboo.deployments.results.persistence that return LifeCycleState
 LifeCycleState MutableDeploymentResultImpl.getLifeCycleState()
           
 

Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type LifeCycleState
 void MutableDeploymentResultImpl.setLifeCycleState(LifeCycleState lifeCycleState)
           
 void MutableDeploymentResult.setLifeCycleState(LifeCycleState lifeCycleState)
           
 

Method parameters in com.atlassian.bamboo.deployments.results.persistence with type arguments of type LifeCycleState
 java.util.List<MutableDeploymentResult> DeploymentResultDaoImpl.getDeploymentResultsByLifeCycleState(java.util.Collection<LifeCycleState> lifeCycleStates)
           
 java.util.List<MutableDeploymentResult> DeploymentResultDao.getDeploymentResultsByLifeCycleState(java.util.Collection<LifeCycleState> lifeCycleStates)
           
 

Uses of LifeCycleState in com.atlassian.bamboo.deployments.results.service
 

Methods in com.atlassian.bamboo.deployments.results.service with parameters of type LifeCycleState
 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.
 

Method parameters in com.atlassian.bamboo.deployments.results.service with type arguments of type LifeCycleState
 java.util.List<DeploymentResult> DeploymentResultServiceImpl.getDeploymentResultsByLifeCycleState(java.util.Collection<LifeCycleState> lifeCycleStates)
           
 java.util.List<DeploymentResult> DeploymentResultService.getDeploymentResultsByLifeCycleState(java.util.Collection<LifeCycleState> lifeCycleStates)
           
 

Uses of LifeCycleState in com.atlassian.bamboo.event
 

Fields in com.atlassian.bamboo.event declared as LifeCycleState
protected  LifeCycleState BuildStateResultEvent.lifeCycleState
           
 

Methods in com.atlassian.bamboo.event that return LifeCycleState
 LifeCycleState BuildStateResultEvent.getLifeCycleState()
          Get the lifeCycleState of build
 

Constructors in com.atlassian.bamboo.event with parameters of type LifeCycleState
BuildCompletedEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
           
BuildFinishedEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
           
BuildStateResultEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
           
JobCompletedEvent(java.lang.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
 LifeCycleState ImmutableResultsSummaryImpl.getLifeCycleState()
           
 

Uses of LifeCycleState in com.atlassian.bamboo.resultsummary
 

Fields in com.atlassian.bamboo.resultsummary declared as LifeCycleState
protected  LifeCycleState AbstractResultsSummary.lifeCycleState
           
 

Methods in com.atlassian.bamboo.resultsummary that return LifeCycleState
 LifeCycleState LifeCycleStateUserType.fromString(java.lang.String stringValue)
           
 LifeCycleState ImmutableResultsSummary.getLifeCycleState()
           
 LifeCycleState AbstractResultsSummary.getLifeCycleState()
           
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type LifeCycleState
 java.util.Collection<LifeCycleState> ResultsSummaryCriteria.getLifeCycleStates()
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type LifeCycleState
<T extends ResultsSummary>
java.util.Collection<T>
BuildResultsSummaryHibernateDao.getAllBuildResultSummariesInLifeCycleState(LifeCycleState state, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
java.util.Collection<T>
BuildResultsSummaryDao.getAllBuildResultSummariesInLifeCycleState(LifeCycleState state, java.lang.Class<T> aClass)
          Returns all the BuildResultsSummary in requested lifecycle state.
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryHibernateDao.getResultSummariesForPlanByLifeCycleState(Plan plan, LifeCycleState lifeCycleState, int firstResult, int maxResults)
           
<T extends ResultsSummary>
java.util.List<T>
ResultsSummaryManager.getResultSummariesForPlanByLifeCycleState(Plan plan, LifeCycleState lifeCycleState, int firstResult, int maxResults)
          Get the ResultsSummarys for the given Plan in give LifeCycleState that are Results are sorted by build number (descending).
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryDao.getResultSummariesForPlanByLifeCycleState(Plan plan, LifeCycleState lifeCycleState, int firstResult, int maxResults)
          Get the ResultsSummarys for the given Plan in give LifeCycleState that are Results are sorted by build number (descending).
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryManagerImpl.getResultSummariesForPlanByLifeCycleState(Plan plan, LifeCycleState lifeCycleState, int firstResult, int maxResults)
           
 ResultsSummaryCriteriaBuilder ResultsSummaryCriteriaBuilder.setLifeCycleState(LifeCycleState lifeCycleStates)
           
 void AbstractResultsSummary.setLifeCycleState(LifeCycleState lifeCycleState)
           
 void ResultsSummaryManager.updateLifeCycleState(BuildContext buildContext, LifeCycleState lifeCycleState, BuildState buildState)
          Update LifeCycleState and saves the ResultsSummary for given BuildContext Updates also timing information
 void BuildResultsSummaryManagerImpl.updateLifeCycleState(BuildContext buildContext, LifeCycleState lifeCycleState, BuildState buildState)
           
 void ResultsSummary.updateLifeCycleState(LifeCycleState lifeCycleState, BuildState buildState)
          Update lifeCycleState and buildState in one go.
 void AbstractResultsSummary.updateLifeCycleState(LifeCycleState lifeCycleState, BuildState buildState)
           
 void ResultsSummaryManager.updateLifeCycleState(ResultsSummary resultsSummary, LifeCycleState lifeCycleState, BuildState buildState)
          Update LifeCycleState and saves the given ResultsSummary
 void BuildResultsSummaryManagerImpl.updateLifeCycleState(ResultsSummary resultsSummary, LifeCycleState lifeCycleState, BuildState buildState)
           
 

Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type LifeCycleState
 ResultsSummaryCriteriaBuilder ResultsSummaryCriteriaBuilder.setLifeCycleState(java.util.EnumSet<LifeCycleState> lifeCycleStates)
           
 void ResultsSummaryCriteria.setLifeCycleStates(java.util.Set<LifeCycleState> lifeCycleStates)
           
 

Uses of LifeCycleState in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return LifeCycleState
 LifeCycleState CurrentResult.getLifeCycleState()
           
 LifeCycleState CurrentResultImpl.getLifeCycleState()
           
 LifeCycleState CurrentBuildResultImpl.getLifeCycleState()
           
 

Methods in com.atlassian.bamboo.v2.build with parameters of type LifeCycleState
 void CurrentResult.setLifeCycleState(LifeCycleState lifeCycleState)
           
 void CurrentResultImpl.setLifeCycleState(LifeCycleState lifeCycleState)
           
 void CurrentBuildResultImpl.setLifeCycleState(LifeCycleState lifeCycleState)
           
 

Uses of LifeCycleState in com.atlassian.bamboo.ww2.beans
 

Methods in com.atlassian.bamboo.ww2.beans that return LifeCycleState
 LifeCycleState DecoratedResultStatus.getLifeCycleState()
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.