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 intBuildStatusHelper. 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 BuildStateBuildState. getInstance(String state)Returns the appropriate enum value from the given state stringstatic BuildStateBuildState. 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 DeltaStateDeltaState. 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_. stateMethods in com.atlassian.bamboo.chains that return BuildState Modifier and Type Method Description @NotNull BuildStateBuildExecution. getBuildState()Returns the BuildState (success or failure)BuildStateChainBuildState. getState()BuildStateChainStageResult. getState()BuildStateChainStageResultImpl. getState()Methods in com.atlassian.bamboo.chains with parameters of type BuildState Modifier and Type Method Description voidChainBuildState. 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 InternalDeploymentResultDeploymentMocks. 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 BuildStateEnvironmentStatusForDashboard. 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 BuildStateIndexedEnvironment. getCurrentState()Deprecated.BuildStateIndexedEnvironmentImpl. 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 BuildStateDeploymentResultImpl. getDeploymentState()@NotNull BuildStateInternalDeploymentResult. 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_. deploymentStateMethods in com.atlassian.bamboo.deployments.results.persistence that return BuildState Modifier and Type Method Description BuildStateDeploymentResultDto. getDeploymentState()BuildStateEnvironmentStatusForDashboardImpl. getDeploymentState()@NotNull BuildStateMutableDeploymentResultImpl. getDeploymentState()Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type BuildState Modifier and Type Method Description voidMutableDeploymentResult. setDeploymentState(@NotNull BuildState deploymentState)voidMutableDeploymentResultImpl. 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 MutableDeploymentResultDeploymentResultDao. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)@Nullable MutableDeploymentResultDeploymentResultDaoImpl. 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 voidDeploymentResultService. updateDeploymentState(long deploymentResultId, @NotNull BuildState buildState, Map<String,String> customData)Update the build state of the Deployment ResultvoidDeploymentResultServiceImpl. 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 DeploymentResultDeploymentResultService. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)DeploymentResultDeploymentResultServiceImpl. 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 BuildStateBuildStateResultEvent. buildStateMethods in com.atlassian.bamboo.event that return BuildState Modifier and Type Method Description BuildStateBuildStateResultEvent. 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 BuildStateViewAllDeploymentProjectsPage.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 BuildStateResultSummaryPage. 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 BuildStateImmutableResultsSummaryImpl. 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 voidPlanStatusJsonBean. 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 BuildStateRestHelper. 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 BuildStateRestEnvironmentStatusForDashboard. 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 BuildStateRestDeploymentResult. getDeploymentState() -
Uses of BuildState in com.atlassian.bamboo.results
Methods in com.atlassian.bamboo.results that return BuildState Modifier and Type Method Description @NotNull BuildStateBuildResults. getBuildState()Deprecated.@NotNull BuildStateBuildResultsImpl. 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 voidBuildResults. setBuildState(@NotNull BuildState buildState)Deprecated.voidBuildResultsImpl. 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 BuildStateAbstractResultsSummary. buildStateFields in com.atlassian.bamboo.resultsummary with type parameters of type BuildState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,BuildState>AbstractResultsSummary_. buildStateMethods in com.atlassian.bamboo.resultsummary that return BuildState Modifier and Type Method Description BuildStateBuildStateUserType. fromString(@NotNull String stringValue)BuildStateAbstractResultsSummary. getBuildState()BuildStateResultsSummaryCriteria. getBuildState()BuildStateResultStatisticsProvider. getBuildState()Build state.Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildState Modifier and Type Method Description intBuildResultsSummaryDao. 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.intBuildResultsSummaryHibernateDao. countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)intBuildResultsSummaryManagerImpl. countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)intResultsSummaryManager. 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 ResultsSummaryBuildResultsSummaryDao. findFirstBuildResultWithBuildStateAfter(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState)Finds the last successfulBuildResultsSummaryafter buildNumberResultsSummaryBuildResultsSummaryHibernateDao. findFirstBuildResultWithBuildStateAfter(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState)@Nullable ResultsSummaryBuildResultsSummaryDao. findFirstBuildResultWithBuildStateBetween(@NotNull String planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)Returns the first build that matchesBuildStatebetween the given build number range Note that this function is inclusive of the upper and lower bound@Nullable ResultsSummaryBuildResultsSummaryHibernateDao. findFirstBuildResultWithBuildStateBetween(@NotNull String planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState)ResultsSummaryBuildResultsSummaryDao. findLastBuildResultWithBuildStateBefore(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState, boolean includeOnceOffBuilds)Finds the lastBuildResultsSummarybefore buildNumber withBuildStateResultsSummaryBuildResultsSummaryHibernateDao. 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 theBuildResultsSummaryin requested build state.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao. getAllBuildResultSummariesInBuildState(@NotNull BuildState state, @NotNull Class<T> aClass)voidAbstractResultsSummary. setBuildState(BuildState buildState)voidResultsSummaryCriteria. setBuildState(BuildState buildState)@NotNull ResultsSummaryCriteriaBuilderResultsSummaryCriteriaBuilder. setBuildState(BuildState buildState)voidAbstractResultsSummary. updateLifeCycleState(@NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)voidBuildResultsSummaryManagerImpl. updateLifeCycleState(@NotNull ResultsSummary resultsSummary, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)voidBuildResultsSummaryManagerImpl. updateLifeCycleState(@NotNull BuildIdentifier buildIdentifier, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)voidBuildResultsSummaryManagerImpl. updateLifeCycleState(@NotNull CurrentlyBuilding currentlyBuilding, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)voidResultsSummary. updateLifeCycleState(@NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)Update lifeCycleState and buildState in one go.voidResultsSummaryManager. updateLifeCycleState(@NotNull ResultsSummary resultsSummary, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)Update LifeCycleState and saves the givenResultsSummaryvoidResultsSummaryManager. updateLifeCycleState(@NotNull BuildIdentifier buildIdentifier, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)Update LifeCycleState and saves theResultsSummaryfor givenBuildContextUpdates also timing informationvoidResultsSummaryManager. updateLifeCycleState(@NotNull CurrentlyBuilding currentlyBuilding, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)Update LifeCycleState and saves theResultsSummaryfor givenBuildContextUpdates 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 BuildStateTestCaseResultStatisticsProviderImpl. 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 RestDeploymentResultMatcherBuilderRestDeploymentResultMatcherBuilder. 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 BuildStateCurrentBuildResultImpl. getBuildState()@NotNull BuildStateCurrentResult. getBuildState()@NotNull BuildStateCurrentResultImpl. getBuildState()Methods in com.atlassian.bamboo.v2.build with parameters of type BuildState Modifier and Type Method Description voidCurrentBuildResultImpl. setBuildState(@NotNull BuildState buildState)voidCurrentResult. setBuildState(@NotNull BuildState buildState)voidCurrentResultImpl. 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 BuildStateDecoratedResultStatus. getBuildState()
-