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

Packages that use LifeCycleState
com.atlassian.bamboo.builder   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.event   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugins.rest.model.plan.branch   
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.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.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 ImmutableResultsSummary.getLifeCycleState()
           
 

Methods in com.atlassian.bamboo.plan.cache with parameters of type LifeCycleState
 void ImmutableResultsSummary.updateLifeCycleState(LifeCycleState lifeCycleState, BuildState buildState)
           
 

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
RestBranchLatestActive(PlanResultKey planResultKey, LifeCycleState lifeCycleState)
           
 

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 BuildResultsSummaryForTesting.getLifeCycleState()
           
 LifeCycleState ResultsSummary.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)
           
 void BuildResultsSummaryForTesting.setLifeCycleState(LifeCycleState lifeCycleState)
           
 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 BuildResultsSummaryForTesting.updateLifeCycleState(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 CurrentBuildResult.getLifeCycleState()
           
 LifeCycleState CurrentBuildResultImpl.getLifeCycleState()
           
 

Methods in com.atlassian.bamboo.v2.build with parameters of type LifeCycleState
 void CurrentBuildResult.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 © 2012 Atlassian. All Rights Reserved.