Uses of Class
com.atlassian.bamboo.builder.BuildState
-
-
Uses of BuildState in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type BuildState Modifier and Type Method Description int
BuildStatusHelper. getCountOfPrecedingResultsInState(int lowerBuildNumber, BuildState buildState)
Returns count of preceding results in state buildState with range starting with build lowerBuildNumber (inclusive). -
Uses of BuildState in com.atlassian.bamboo.builder
Methods in com.atlassian.bamboo.builder that return BuildState Modifier and Type Method Description static BuildState
BuildState. getInstance(String state)
Returns the appropriate enum value from the given state stringstatic BuildState
BuildState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuildState[]
BuildState. 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 BuildState Modifier and Type Method Description static DeltaState
DeltaState. determineDeltaState(BuildState lastBuildState, BuildState thisBuildState)
-
Uses of BuildState in com.atlassian.bamboo.chains
Fields in com.atlassian.bamboo.chains with type parameters of type BuildState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<ChainStageResultImpl,BuildState>
ChainStageResultImpl_. state
Methods in com.atlassian.bamboo.chains that return BuildState Modifier and Type Method Description @NotNull BuildState
BuildExecution. getBuildState()
Returns the BuildState (success or failure)BuildState
ChainBuildState. getState()
BuildState
ChainStageResult. getState()
BuildState
ChainStageResultImpl. getState()
Methods in com.atlassian.bamboo.chains with parameters of type BuildState Modifier and Type Method Description void
ChainBuildState. markAsFinalized(BuildState buildState)
Sets the State toChainBuildState.State.FINALIZED
-
Uses of BuildState in com.atlassian.bamboo.chains.execution
Constructors in com.atlassian.bamboo.chains.execution with parameters of type BuildState Constructor Description JobFinalized(@NotNull PlanResultKey jobResultKey, BuildState buildState)
-
Uses of BuildState in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with parameters of type BuildState Modifier and Type Method Description static InternalDeploymentResult
DeploymentMocks. mockDeploymentResult(@NotNull String deploymentVersionName, @NotNull BuildState deploymentState, @NotNull LifeCycleState lifeCycleState)
-
Uses of BuildState in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return BuildState Modifier and Type Method Description BuildState
EnvironmentStatusForDashboard. getDeploymentState()
-
Uses of BuildState in com.atlassian.bamboo.deployments.environments.index
Methods in com.atlassian.bamboo.deployments.environments.index that return BuildState Modifier and Type Method Description BuildState
IndexedEnvironment. getCurrentState()
Deprecated.BuildState
IndexedEnvironmentImpl. getCurrentState()
-
Uses of BuildState in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return BuildState Modifier and Type Method Description @NotNull BuildState
DeploymentResultImpl. getDeploymentState()
@NotNull BuildState
InternalDeploymentResult. getDeploymentState()
Constructors in com.atlassian.bamboo.deployments.results with parameters of type BuildState 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 BuildState in com.atlassian.bamboo.deployments.results.persistence
Fields in com.atlassian.bamboo.deployments.results.persistence with type parameters of type BuildState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,BuildState>
MutableDeploymentResultImpl_. deploymentState
Methods in com.atlassian.bamboo.deployments.results.persistence that return BuildState Modifier and Type Method Description BuildState
DeploymentResultDto. getDeploymentState()
BuildState
EnvironmentStatusForDashboardImpl. getDeploymentState()
@NotNull BuildState
MutableDeploymentResultImpl. getDeploymentState()
Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type BuildState Modifier and Type Method Description void
MutableDeploymentResult. setDeploymentState(@NotNull BuildState deploymentState)
void
MutableDeploymentResultImpl. setDeploymentState(@Nullable BuildState deploymentState)
Method parameters in com.atlassian.bamboo.deployments.results.persistence with type arguments of type BuildState Modifier and Type Method Description @Nullable MutableDeploymentResult
DeploymentResultDao. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)
@Nullable MutableDeploymentResult
DeploymentResultDaoImpl. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)
Constructors in com.atlassian.bamboo.deployments.results.persistence with parameters of type BuildState 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 BuildState in com.atlassian.bamboo.deployments.results.service
Methods in com.atlassian.bamboo.deployments.results.service with parameters of type BuildState Modifier and Type Method Description void
DeploymentResultService. updateDeploymentState(long deploymentResultId, @NotNull BuildState buildState, Map<String,String> customData)
Update the build state of the Deployment Resultvoid
DeploymentResultServiceImpl. updateDeploymentState(long deploymentResultId, @NotNull BuildState deploymentState, Map<String,String> customData)
Method parameters in com.atlassian.bamboo.deployments.results.service with type arguments of type BuildState Modifier and Type Method Description @Nullable DeploymentResult
DeploymentResultService. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)
DeploymentResult
DeploymentResultServiceImpl. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)
-
Uses of BuildState in com.atlassian.bamboo.event
Fields in com.atlassian.bamboo.event declared as BuildState Modifier and Type Field Description protected BuildState
BuildStateResultEvent. buildState
Methods in com.atlassian.bamboo.event that return BuildState Modifier and Type Method Description BuildState
BuildStateResultEvent. getBuildState()
Get the state of the completed buildConstructors in com.atlassian.bamboo.event with parameters of type BuildState 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 BuildState in com.atlassian.bamboo.pageobjects.pages.deployment
Methods in com.atlassian.bamboo.pageobjects.pages.deployment that return BuildState Modifier and Type Method Description BuildState
ViewAllDeploymentProjectsPage.TableRow. getLastResultBuildState()
-
Uses of BuildState in com.atlassian.bamboo.pageobjects.pages.plan
Methods in com.atlassian.bamboo.pageobjects.pages.plan that return BuildState Modifier and Type Method Description BuildState
ResultSummaryPage. getBuildState()
-
Uses of BuildState in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return BuildState Modifier and Type Method Description BuildState
ImmutableResultsSummaryImpl. getBuildState()
-
Uses of BuildState in com.atlassian.bamboo.plugins.jira.summary.build
Methods in com.atlassian.bamboo.plugins.jira.summary.build with parameters of type BuildState Modifier and Type Method Description void
PlanStatusJsonBean. setStatus(BuildState status)
-
Uses of BuildState in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common that return BuildState Modifier and Type Method Description static BuildState
RestHelper. getBuildStateQueryParam(@NotNull javax.ws.rs.core.UriInfo uriInfo)
-
Uses of BuildState in com.atlassian.bamboo.rest.model.deployments.environments
Methods in com.atlassian.bamboo.rest.model.deployments.environments that return BuildState Modifier and Type Method Description BuildState
RestEnvironmentStatusForDashboard. getDeploymentState()
Constructors in com.atlassian.bamboo.rest.model.deployments.environments with parameters of type BuildState 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 BuildState in com.atlassian.bamboo.rest.model.deployments.results
Methods in com.atlassian.bamboo.rest.model.deployments.results that return BuildState Modifier and Type Method Description @NotNull BuildState
RestDeploymentResult. getDeploymentState()
-
Uses of BuildState in com.atlassian.bamboo.results
Methods in com.atlassian.bamboo.results that return BuildState Modifier and Type Method Description @NotNull BuildState
BuildResults. getBuildState()
Deprecated.@NotNull BuildState
BuildResultsImpl. getBuildState()
Deprecated.What was the status of the build?Methods in com.atlassian.bamboo.results with parameters of type BuildState Modifier and Type Method Description void
BuildResults. setBuildState(@NotNull BuildState buildState)
Deprecated.void
BuildResultsImpl. setBuildState(@NotNull BuildState buildState)
Deprecated.Set the build stateConstructors in com.atlassian.bamboo.results with parameters of type BuildState Constructor Description BuildResultsImpl(String buildKey, BuildState state, List<String> buildErrors, Collection<Commit> commits, ReasonForBuild reasonForBuild)
Deprecated.Create the build results -
Uses of BuildState in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary declared as BuildState Modifier and Type Field Description protected BuildState
AbstractResultsSummary. buildState
Fields in com.atlassian.bamboo.resultsummary with type parameters of type BuildState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,BuildState>
AbstractResultsSummary_. buildState
Methods in com.atlassian.bamboo.resultsummary that return BuildState Modifier and Type Method Description BuildState
BuildStateUserType. fromString(@NotNull String stringValue)
BuildState
AbstractResultsSummary. getBuildState()
BuildState
ResultsSummaryCriteria. getBuildState()
BuildState
ResultStatisticsProvider. getBuildState()
Build state.Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildState Modifier and Type Method Description int
BuildResultsSummaryDao. countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)
Counts results with a given state in a given build number range for plan.int
BuildResultsSummaryHibernateDao. countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)
int
BuildResultsSummaryManagerImpl. countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)
int
ResultsSummaryManager. countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)
Counts results with a given state in a given build number range for plan.@NotNull List<BuildResultsSummary>
BuildResultsSummaryDao. findBuildsForImageConfiguration(String planKey, ElasticImageConfiguration elasticImageConfiguration, @Nullable BuildState buildState, int maxResults)
Searcher for builds of an image@NotNull List<BuildResultsSummary>
BuildResultsSummaryHibernateDao. findBuildsForImageConfiguration(String planKey, ElasticImageConfiguration elasticImage, @Nullable BuildState buildState, int maxResults)
@Nullable ResultsSummary
BuildResultsSummaryDao. findFirstBuildResultWithBuildStateAfter(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState)
Finds the last successfulBuildResultsSummary
after buildNumberResultsSummary
BuildResultsSummaryHibernateDao. findFirstBuildResultWithBuildStateAfter(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState)
@Nullable ResultsSummary
BuildResultsSummaryDao. findFirstBuildResultWithBuildStateBetween(@NotNull String planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)
Returns the first build that matchesBuildState
between the given build number range Note that this function is inclusive of the upper and lower bound@Nullable ResultsSummary
BuildResultsSummaryHibernateDao. findFirstBuildResultWithBuildStateBetween(@NotNull String planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)
ResultsSummary
BuildResultsSummaryDao. findLastBuildResultWithBuildStateBefore(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState, boolean includeOnceOffBuilds)
Finds the lastBuildResultsSummary
before buildNumber withBuildState
ResultsSummary
BuildResultsSummaryHibernateDao. findLastBuildResultWithBuildStateBefore(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState, boolean includeOnceOffBuilds)
<T extends ResultsSummary>
TBuildResultsSummaryDao. findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass)
<T extends ResultsSummary>
TBuildResultsSummaryDao. findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults)
<T extends ResultsSummary>
TBuildResultsSummaryHibernateDao. findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass)
<T extends ResultsSummary>
TBuildResultsSummaryHibernateDao. findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults)
<T extends ResultsSummary>
TBuildResultsSummaryManagerImpl. findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass)
<T extends ResultsSummary>
TBuildResultsSummaryManagerImpl. findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults)
<T extends ResultsSummary>
TResultsSummaryManager. findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass)
<T extends ResultsSummary>
TResultsSummaryManager. findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults)
<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao. getAllBuildResultSummariesInBuildState(@NotNull BuildState state, Class<T> aClass)
Returns all theBuildResultsSummary
in requested build state.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao. getAllBuildResultSummariesInBuildState(@NotNull BuildState state, @NotNull Class<T> aClass)
void
AbstractResultsSummary. setBuildState(BuildState buildState)
void
ResultsSummaryCriteria. setBuildState(BuildState buildState)
@NotNull ResultsSummaryCriteriaBuilder
ResultsSummaryCriteriaBuilder. setBuildState(BuildState buildState)
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.Constructors in com.atlassian.bamboo.resultsummary with parameters of type BuildState Constructor Description BuildResultsSummaryCriteria(String planKey, BuildState buildState)
ResultsSummaryCriteria(String planKey, BuildState buildState)
-
Uses of BuildState in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests that return BuildState Modifier and Type Method Description BuildState
TestCaseResultStatisticsProviderImpl. getBuildState()
Hack to allow us to use existing chart functionality. -
Uses of BuildState 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 BuildState Modifier and Type Method Description RestDeploymentResultMatcherBuilder
RestDeploymentResultMatcherBuilder. deploymentState(BuildState deploymentState)
-
Uses of BuildState in com.atlassian.bamboo.testutils.resultsummary
Methods in com.atlassian.bamboo.testutils.resultsummary with parameters of type BuildState 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 BuildState in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return BuildState Modifier and Type Method Description @NotNull BuildState
CurrentBuildResultImpl. getBuildState()
@NotNull BuildState
CurrentResult. getBuildState()
@NotNull BuildState
CurrentResultImpl. getBuildState()
Methods in com.atlassian.bamboo.v2.build with parameters of type BuildState Modifier and Type Method Description void
CurrentBuildResultImpl. setBuildState(@NotNull BuildState buildState)
void
CurrentResult. setBuildState(@NotNull BuildState buildState)
void
CurrentResultImpl. setBuildState(@NotNull BuildState buildState)
-
Uses of BuildState in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return BuildState Modifier and Type Method Description BuildState
DecoratedResultStatus. getBuildState()
-