Modifier and Type | Method and Description |
---|---|
protected File |
ArtifactServlet.getArtifactStorageDirectory(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,PlanResultKey> |
MutableArtifactImpl_.planResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ArtifactImpl.getPlanResultKey() |
PlanResultKey |
MutableArtifactImpl.getPlanResultKey() |
PlanResultKey |
Artifact.getPlanResultKey()
Get key of
ResultsSummary that owns this Artifact . |
Modifier and Type | Method and Description |
---|---|
List<MutableArtifact> |
ArtifactHibernateDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey) |
List<MutableArtifact> |
ArtifactDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey)
Find all artifacts that belong to a build result are part of a deployment version.
|
void |
ArtifactHibernateDao.removeByPlanResultKey(PlanResultKey planResultKey) |
void |
ArtifactDao.removeByPlanResultKey(PlanResultKey planResultKey)
Remove all artifacts that belong to a build result and are not part of a deployment version.
|
void |
MutableArtifactImpl.setPlanResultKey(PlanResultKey planResultKey) |
void |
MutableArtifact.setPlanResultKey(PlanResultKey planResultKey) |
Constructor and Description |
---|
MutableArtifactImpl(String label,
PlanResultKey planResultKey,
String linkType,
boolean sharedArtifact) |
MutableArtifactImpl(String label,
PlanResultKey planResultKey,
String linkType,
boolean sharedArtifact,
Long persistedSize) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
UserResponsibilityEvent.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
void |
UserResponsibilityEvent.setPlanResultKey(PlanResultKey planResultKey) |
Constructor and Description |
---|
UserRespAddedEvent(Object source,
PlanResultKey resultKey,
String userResponsible,
String userWhoUpdated,
TrackingEntry trackingEntry) |
UserResponsibilityEvent(Object source,
PlanResultKey planResultKey,
String userResponsible,
String userWhoUpdated,
TrackingEntry trackingEntry) |
UserRespRemovedEvent(Object source,
PlanResultKey resultKey,
String userResponsible,
String userWhoUpdated,
TrackingEntry trackingEntry) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildRequestResultImpl.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStopBuildManager.cancelBuild(PlanResultKey planResultKey,
boolean abandonResult) |
void |
StopBuildManager.cancelBuild(PlanResultKey planResultKey,
boolean abandonResult)
Cancel a running build optionally abandoning the result
|
void |
DefaultBuildExecutionManager.finishBuild(PlanResultKey planResultKey,
boolean updateFollowingBuilds) |
void |
BuildExecutionManager.finishBuild(PlanResultKey planResultKey,
boolean updateFollowingBuilds)
Calls removeCurrentlyBuilding and finishProcess
|
void |
DefaultBuildExecutionManager.finishBuildNewTx(PlanResultKey planResultKey,
boolean updateFollowingBuilds) |
void |
BuildExecutionManager.finishBuildNewTx(PlanResultKey planResultKey,
boolean updateFollowingBuilds)
Enforcing running in a new transaction.
|
void |
DefaultBuildExecutionManager.finishBuildWithCleanState(PlanResultKey planResultKey,
BuildContext buildContext) |
void |
BuildExecutionManager.finishBuildWithCleanState(PlanResultKey planResultKey,
BuildContext buildContext)
Calls removeCurrentlyBuilding and finishProcess.
|
ExecutionStatus |
ChainResultsAction.getExecutionStatus(PlanResultKey planResultKey) |
void |
BuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
Removes buildLogger for finished build process.
|
Modifier and Type | Method and Description |
---|---|
Set<ResultKey> |
CurrentlyBuildingContainer.restoreState(Set<PlanResultKey> pendingBuildKeys) |
Modifier and Type | Method and Description |
---|---|
static String |
TrampolineUrlArtifactLinkDataProvider.createTrampolineUrl(PlanResultKey planResultKey,
String artifactName,
String tag) |
Collection<ArtifactLink> |
ArtifactLinkHibernateDao.findArtifactsByChainResultKey(PlanResultKey chainResultKey) |
com.google.common.collect.Multimap<String,Artifact> |
DefaultArtifactLinkManager.findArtifactsByChainResultKey(PlanResultKey chainResultKey) |
com.google.common.collect.Multimap<String,Artifact> |
ArtifactLinkManager.findArtifactsByChainResultKey(PlanResultKey chainResultKey)
Gets all the
Artifact s for the given PlanResultKey |
Collection<ArtifactLink> |
ArtifactLinkDao.findArtifactsByChainResultKey(PlanResultKey chainResultKey)
Gets all the
ArtifactLink s for the given PlanResultKey |
protected File |
AbstractLocalArtifactHandler.getArtifactStorageDirectory(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
protected abstract void |
AbstractArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
String linkType) |
protected void |
LocalArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
String artifactLinkType) |
ArtifactPublishingResult |
AbstractArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey planResultKey,
File baseDirectory,
ArtifactDefinitionContext artifact,
Map<String,String> artifactHandlerConfiguration,
int minExpectedFilesCnt) |
ArtifactPublishingResult |
ArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey planResultKey,
File baseDirectory,
ArtifactDefinitionContext artifact,
Map<String,String> artifactHandlerConfiguration,
int minExpectedFilesCnt)
Request copy of artifacts from a designated location to artifact storage.
|
ArtifactHandlerPublishingResult |
BambooArtifactHttpTransport.publish(org.apache.tools.ant.types.FileSet sourceFileSet,
PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
String artifactDescription) |
ArtifactHandlerPublishingResult |
BambooRemoteArtifactHandler.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig) |
ArtifactHandlerPublishingResult |
S3ArtifactHandler.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig) |
ArtifactHandlerPublishingResult |
AbstractLocalArtifactHandler.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig) |
ArtifactHandlerPublishingResult |
ServerLocalArtifactHandler.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig) |
ArtifactHandlerPublishingResult |
ArtifactHandlerDecoratorSupport.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig) |
ArtifactHandlerPublishingResult |
ArtifactHandler.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig) |
protected ArtifactPublishingResult |
AbstractArtifactManager.publishFileSet(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
org.apache.tools.ant.types.FileSet sourceFileSet,
Map<String,String> artifactHandlersConfiguration,
BuildLogger buildLogger) |
void |
BambooRemoteArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
S3ArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
AbstractLocalArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
ArtifactHandlerDecoratorSupport.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
ArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
Removes artifact files for a single artifact.
|
void |
BambooRemoteArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
S3ArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
AbstractLocalArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
ArtifactHandlerDecoratorSupport.removeArtifactsFromStorage(PlanResultKey planResultKey,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
ArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
Removes artifact files for a single plan result.
|
boolean |
AbstractArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts) |
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
Map<String,String> artifactHandlerConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts)
Retrieves a plan artifact from artifact storage.
|
boolean |
AbstractArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ResultKey resultKey,
ArtifactDefinitionContext artifactDefinitionContext,
String destinationPath,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts) |
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ResultKey clientKey,
ArtifactDefinitionContext artifactDefinitionContext,
String destinationPath,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts)
Retrieves an artifact from artifact storage.
|
void |
TrampolineUrlArtifactLinkDataProvider.setPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
ArtifactHandlerPublishingResult |
ArtifactHandlerPackagingDecorator.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey) |
Modifier and Type | Method and Description |
---|---|
static String |
BuildStopDelayedJob.getJobName(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildWarning.getChainResultKey() |
PlanResultKey |
BuildWarning.Artifact.getJobResultKey() |
Constructor and Description |
---|
Artifact(PlanResultKey jobResultKey,
String artifactLabel) |
BuildWarning(PlanResultKey chainResultKey,
boolean rebuild,
Collection<BuildWarningSummary> chainWarningSummaries,
Collection<BuildWarning.RepositoryChangeset> affectedChangesets,
Map<String,String> artifactHandlerConfiguration,
Collection<BuildWarning.Artifact> artifacts) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ChainStateCreationRequestResultImpl.getPlanResultKey() |
PlanResultKey |
ChainExecution.getPlanResultKey()
Get the result key
|
PlanResultKey |
BuildExecution.getPlanResultKey() |
PlanResultKey |
ChainState.getPlanResultKey()
PlanResultKey for the the Chain execution |
Modifier and Type | Method and Description |
---|---|
Set<PlanResultKey> |
ChainExecutionManagerImpl.restoreState(Set<PlanResultKey> chainResultsToRestore) |
Set<PlanResultKey> |
ChainExecutionManager.restoreState(Set<PlanResultKey> chainResultsToRestore)
Restores state of running chains after server restart.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.chains.ChainBuildState |
StageState.get(PlanResultKey planResultKey)
Gets the Build State given the build result key
|
Long |
ChainStateResult.getAverageDuration(PlanResultKey planResultKey)
|
BuildContext |
ChainStateResult.getBuildContext(PlanResultKey planResultKey)
Lookup a
BuildContext of a Job by its PlanResultKey |
com.atlassian.bamboo.chains.ChainBuildState |
ChainState.getChainBuildState(PlanResultKey planResultKey)
Gets the build state for the given buildResultKey
|
ChainExecution |
ChainExecutionManagerImpl.getChainExecution(PlanResultKey planResultKey) |
ChainExecution |
ChainExecutionAccessor.getChainExecution(PlanResultKey planResultKey)
Get the state of the single ChainExecution
|
BuildExecution |
ChainExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey) |
BuildExecution |
ChainExecutionAccessor.getJobExecution(PlanResultKey planResultKey)
Get the state of a single Job being executed
|
boolean |
ChainExecutionManagerImpl.isExecuting(PlanResultKey planResultKey) |
boolean |
ChainExecutionAccessor.isExecuting(PlanResultKey planResultKey)
Checks of
BuildResultsSummary represented by PlanResultKey is currently building (ie started on an agent_ |
boolean |
JobExecutionManagerImpl.requestStop(PlanResultKey planResultKey) |
boolean |
JobExecutionManager.requestStop(PlanResultKey planResultKey)
Stops the build represented by its
PlanResultKey and does not abandon the result
If the ImmutableResultsSummary.getLifeCycleState() is not LifeCycleState.QUEUED or LifeCycleState.IN_PROGRESS
the result will be transitioned to LifeCycleState.NOT_BUILT and BuildState.UNKNOWN |
void |
ChainExecutionManagerImpl.stop(PlanResultKey planResultKey) |
void |
ChainExecutionManager.stop(PlanResultKey planResultKey)
Stops the executing instance of the
Chain represented by PlanResultKey |
void |
ChainResultManagerImpl.updateStateToInProgress(PlanResultKey chainResultKey,
Date startDate) |
void |
ChainResultManager.updateStateToInProgress(PlanResultKey chainResultKey,
Date startDate) |
Modifier and Type | Method and Description |
---|---|
Set<PlanResultKey> |
ChainExecutionManagerImpl.restoreState(Set<PlanResultKey> chainResultsToRestore) |
Set<PlanResultKey> |
ChainExecutionManager.restoreState(Set<PlanResultKey> chainResultsToRestore)
Restores state of running chains after server restart.
|
Modifier and Type | Method and Description |
---|---|
RepositoryStoredSpecsLogService.RepositoryStoredSpecsLogAccessor |
RepositoryStoredSpecsLogServiceImpl.getBambooSpecsExecutionLogAccessor(PlanResultKey planResultKey) |
RepositoryStoredSpecsLogService.RepositoryStoredSpecsLogAccessor |
RepositoryStoredSpecsLogService.getBambooSpecsExecutionLogAccessor(PlanResultKey planResultKey)
Provides log file accessor for build result.
|
Path |
RepositoryStoredSpecsLogServiceImpl.getBambooSpecsExecutionLogFile(PlanResultKey planResultKey) |
Path |
RepositoryStoredSpecsLogService.getBambooSpecsExecutionLogFile(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
IndexedEnvironmentImpl.getCurrentVersionPlanResultKey() |
PlanResultKey |
IndexedEnvironment.getCurrentVersionPlanResultKey() |
Constructor and Description |
---|
IndexedEnvironmentImpl(InternalDeploymentProject project,
InternalEnvironment environment,
DeploymentResult latestResult,
PlanResultKey latestVersionPlanResultKey) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
AvailableResult.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
EnvironmentTriggeringResultImpl.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment,
PlanResultKey planResultKey) |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment,
PlanResultKey planResultKey)
Creates
EnvironmentTriggeringAction used when Environment is triggered by a successful execution of a Chain |
Constructor and Description |
---|
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService,
DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager,
ResultsSummaryManager resultsSummaryManager,
Environment environment,
PlanResultKey planResultKey,
TriggerManager triggerManager) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ArtifactDeploymentVersionItemImpl.getPlanResultKey() |
PlanResultKey |
InternalArtifactDeploymentVersionItem.getPlanResultKey() |
Constructor and Description |
---|
ArtifactDeploymentVersionItemImpl(long id,
String name,
ProjectItemType type,
PlanResultKey planResultKey,
String label,
String location,
String copyPattern,
long size,
Artifact artifact) |
Modifier and Type | Field and Description |
---|---|
protected PlanResultKey |
AbstractDeploymentVersionHistoryAction.planResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
CreateDeploymentVersion.getLastVersionPlanResultKey() |
PlanResultKey |
AbstractDeploymentVersionHistoryAction.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
List<PlanResultKey> |
ViewDeploymentVersion.getCreatedFromRemovedResults()
Get list of keys for non existing Result Summary objects that are source of artifacts
|
protected Pair<DeploymentVersion,PlanResultKey> |
AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey(PlanKey sourcePlanKey,
long deploymentProjectId) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
IndexedVersionImpl.getPlanResultKey() |
PlanResultKey |
IndexedVersion.getPlanResultKey() |
Constructor and Description |
---|
IndexedVersionImpl(DeploymentVersion deploymentVersion,
DeploymentProject deploymentProject,
PlanResultKey planResultKey,
List<DeploymentVersionLinkedJiraIssue> issues) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<DeploymentVersionPlanResultKey,PlanResultKey> |
DeploymentVersionPlanResultKey_.planResultKey |
static com.google.common.base.Function<DeploymentVersionPlanResultKey,PlanResultKey> |
DeploymentVersionPlanResultKey.toPlanResultKey
Deprecated.
since 5.10 use method pointer directly
|
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
DeploymentVersionPlanResultKeyDto.getPlanResultKey() |
PlanResultKey |
DeploymentVersionPlanResultKey.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
Set<PlanResultKey> |
DeploymentVersionDao.getRelatedPlanResultKeys(long deploymentVersionId) |
Set<PlanResultKey> |
DeploymentVersionDaoImpl.getRelatedPlanResultKeys(long deploymentVersionId) |
Modifier and Type | Method and Description |
---|---|
DeploymentVersionPlanResultKey |
DeploymentVersionPlanResultKey.FromPlanResultKey.apply(PlanResultKey planResultKey)
Deprecated.
|
MutableDeploymentVersion |
DeploymentVersionDao.findNextVersionContainingResult(long deploymentProjectId,
PlanResultKey planResultKey)
Find the first version that is created from a result which is later than current result (not taking custom revision into account)
|
MutableDeploymentVersion |
DeploymentVersionDaoImpl.findNextVersionContainingResult(long deploymentProjectId,
PlanResultKey planResultKey) |
MutableDeploymentVersion |
DeploymentVersionDao.getRelatedVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Find latest version of a deployment project that is related to specific plan result.
|
MutableDeploymentVersion |
DeploymentVersionDaoImpl.getRelatedVersion(long deploymentProjectId,
PlanResultKey planResultKey) |
void |
DeploymentVersionPlanResultKey.setPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
void |
MutableDeploymentVersionImpl.setRelatedPlanResultKeys(Set<PlanResultKey> relatedPlanResultKeys) |
Constructor and Description |
---|
DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion,
PlanResultKey planResultKey) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<MutableArtifactDeploymentVersionItemImpl,PlanResultKey> |
MutableArtifactDeploymentVersionItemImpl_.planResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
MutableArtifactDeploymentVersionItemImpl.getPlanResultKey() |
PlanResultKey |
ArtifactDeploymentVersionItemDto.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
void |
MutableArtifactDeploymentVersionItemImpl.setPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
Set<PlanResultKey> |
DeploymentVersionServiceImpl.getRelatedPlanResultKeys(long deploymentVersionId) |
Set<PlanResultKey> |
DeploymentVersionService.getRelatedPlanResultKeys(long deploymentVersionId) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentVersionChainResultDataCollector.createChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion mutableDeploymentVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions and saves them to the db.
|
void |
DeploymentVersionChainResultDataCollectorImpl.createChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion mutableDeploymentVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions and saves them to the db.
|
DeploymentVersion |
DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey) |
DeploymentVersion |
DeploymentVersionService.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Deprecated.
|
DeploymentVersion |
DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
com.atlassian.user.User user,
String versionName,
String nextVersionName) |
DeploymentVersion |
DeploymentVersionService.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
com.atlassian.user.User user,
String versionName,
String nextVersionName)
Create a deployment version with a specific name.
|
Pair<List<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollector.findChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
Pair<List<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollectorImpl.findChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
Pair<List<DeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
Pair<List<DeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
DeploymentVersion |
DeploymentVersionServiceImpl.findNextVersionContainingResult(long deploymentProjectId,
PlanResultKey planResultKey) |
DeploymentVersion |
DeploymentVersionService.findNextVersionContainingResult(long deploymentProjectId,
PlanResultKey planResultKey)
Find the first version that is created from a result which is later than current result (not taking custom revision into account)
|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits) |
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits)
Finds the changesets if a new version would be created from planResultKey.
|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits,
DeploymentVersion version) |
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits,
DeploymentVersion version)
Same as above, but finds changesets between a certain version and the new version to be created from the planResultKey.
|
List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey) |
List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Finds the relevant jira issues if a new version would be created from planResultKey.
|
List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
DeploymentVersion previousVersion) |
List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
DeploymentVersion previousVersion)
Same as above, but gets all issues between a specific version and the planResultKey.
|
DeploymentVersion |
DeploymentVersionServiceImpl.getOrCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey) |
DeploymentVersion |
DeploymentVersionService.getOrCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Given a build result, find a deployment version that matches it, or create it if it doesn't exist.
|
Map<String,VariableDefinitionContext> |
DeploymentVersionServiceImpl.getPossibleVersionVariables(ImmutablePlan linkedPlan,
PlanResultKey planResultKey,
boolean includeUndeterminable) |
Map<String,VariableDefinitionContext> |
DeploymentVersionService.getPossibleVersionVariables(ImmutablePlan linkedPlan,
PlanResultKey planResultKey,
boolean includeUndeterminable)
Provides a map of variables which might show up on a version.
|
DeploymentVersion |
DeploymentVersionServiceImpl.getRelatedVersion(long deploymentProjectId,
PlanResultKey planResultKey) |
DeploymentVersion |
DeploymentVersionService.getRelatedVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Find latest version of a deployment project that is related to specific plan result.
|
ErrorCollection |
DeploymentVersionServiceImpl.validateCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
String name,
String nextVersionName) |
ErrorCollection |
DeploymentVersionService.validateCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
String name,
String nextVersionName)
Validates values to be used for creating a new version.
|
Modifier and Type | Field and Description |
---|---|
protected PlanResultKey |
ResultsSummaryUpdatedEvent.planResultKey |
protected PlanResultKey |
BuildResultEvent.planResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ChainAbandonedEvent.getPlanResultKey() |
PlanResultKey |
ResultsSummaryUpdatedEvent.getPlanResultKey() |
PlanResultKey |
BuildResultEvent.getPlanResultKey()
Gets the
PlanResultKey |
PlanResultKey |
PlanResultEvent.getPlanResultKey()
Get the
PlanResultKey for the ResultsSummary |
PlanResultKey |
ChainStartedEvent.getPlanResultKey() |
PlanResultKey |
ChainResultEvent.getPlanResultKey()
Get the
PlanResultKey for the ChainResultsSummary |
Constructor and Description |
---|
BuildCommentDeletedEvent(Object source,
PlanResultKey planResultKey,
Comment comment) |
BuildCommentedEvent(Object source,
PlanResultKey planResultKey,
Comment comment) |
BuildCompletedEvent(Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState) |
BuildFinishedEvent(Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState,
BuildContext buildContext) |
BuildResultDeletedEvent(Object source,
PlanResultKey planResultKey,
long id) |
BuildResultEvent(Object source,
PlanResultKey planResultKey) |
BuildStateResultEvent(Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState) |
ChainAbandonedEvent(Object source,
PlanResultKey planResultKey) |
ChainResultDeletedEvent(Object source,
PlanResultKey planResultKey,
long id) |
ChainResultEvent(Object source,
PlanResultKey planResultKey) |
ChainStartedEvent(Object source,
PlanResultKey planResultKey,
BuildContext buildContext) |
JobCompletedEvent(Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState,
int numberOfPreviouslyFailedJobs) |
ResultLabelAddedEvent(Object source,
PlanResultKey planResultKey,
String label,
com.atlassian.user.User user) |
ResultLabelEvent(Object source,
PlanResultKey planResultKey,
String label,
com.atlassian.user.User user) |
ResultLabelRemovedEvent(Object source,
PlanResultKey planResultKey,
String label,
com.atlassian.user.User user) |
ResultsSummaryUpdatedEvent(Object source,
PlanResultKey planResultKey) |
ResultsSummaryUpdatedEvent(Object source,
PlanResultKey planResultKey,
Set<String> affectedJiraIssuesKeys) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
RssPlanSavedEvent.getPlanResultKey() |
Constructor and Description |
---|
RssPlanSavedEvent(PlanResultKey planResultKey,
SpecsType specsType) |
Modifier and Type | Method and Description |
---|---|
File |
ArtifactStorage.getArtifactDestinationDirectory(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact)
Deprecated.
|
File |
ArtifactStorage.getArtifactDirectory(PlanResultKey planResultKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ChainResultDeindexedEvent.getPlanResultKey() |
PlanResultKey |
ChainResultIndexedEvent.getPlanResultKey() |
PlanResultKey |
ChainResultUpdateIndexedEvent.getPlanResultKey() |
Constructor and Description |
---|
ChainResultDeindexedEvent(Indexer source,
PlanResultKey planResultKey,
Set<String> jiraIssueKeys) |
ChainResultIndexedEvent(Indexer source,
PlanResultKey planResultKey) |
ChainResultUpdateIndexedEvent(Indexer source,
PlanResultKey planResultKey,
Set<String> jiraIssueKeys) |
Modifier and Type | Method and Description |
---|---|
protected PlanResultKey |
IndexedEntityPlanResultKeyFieldImpl.valueFromField(org.apache.lucene.index.IndexableField field) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.index.IndexableField |
IndexedEntityPlanResultKeyFieldImpl.valueToField(PlanResultKey value) |
Constructor and Description |
---|
PlanDecorator(ImmutableTopLevelPlan plan,
Long currentTime,
boolean favourite,
ChainExecutionManager chainExecutionManager,
PlanExecutionManager planExecutionManager,
PlanResultKey lastResultKey) |
Modifier and Type | Method and Description |
---|---|
int |
LabelManagerImpl.addLabel(String labelName,
PlanResultKey planResultKey,
com.atlassian.user.User user) |
int |
LabelManager.addLabel(String labelName,
PlanResultKey planResultKey,
com.atlassian.user.User user)
Add a label against a build result.
|
int |
LabelManagerImpl.removeLabel(String labelName,
PlanResultKey planResultKey,
com.atlassian.user.User user) |
int |
LabelManager.removeLabel(String labelName,
PlanResultKey planResultKey,
com.atlassian.user.User user)
Removes a label against a build result.
|
Modifier and Type | Method and Description |
---|---|
static <T extends PlanResultKeyProvider> |
BambooTestMatchers.hasPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
static <T extends PlanResultKeyProvider> |
PlanResultKeyMatcher.hasPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
static <T extends PlanResultKeyProvider> |
PlanResultKeyMatcher.hasPlanResultKey(org.hamcrest.Matcher<PlanResultKey> textMatcher) |
Modifier and Type | Method and Description |
---|---|
BuildResultsSummary |
DummyResultsSummaryCache.get(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
protected PlanResultKey |
PlanResultKeyListMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlanResultKeyListMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
PlanResultKey planResultKey,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildResultKeyHolder.getPlanResultKey() |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<CreateVersionBuildResultElement,PlanResultKey> |
CreateVersionBuildResultElement.toPlanResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
CreateVersionBuildResultElement.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
void |
PlanHelper.runPlanAndWaitForSuccessfulResult(PlanResultKey planResultKey)
Deprecated.
since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey)
|
void |
PlanHelper.waitForSuccessfulResult(PlanResultKey planResultKey)
Deprecated.
since 5.9, use backdoor.plans().waitForSuccessfulBuild(PlanKey, int)
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentsHelper.assertReleaseArtifactProviders(String environmentId,
PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
Iterable<PlanResultKey> |
CreateVersionPage.allBuildResultKeys() |
Modifier and Type | Method and Description |
---|---|
DeploymentResultPage |
DeploymentResultPage.assertLastResultTriggerReasonIsChildOf(PlanResultKey resultKey) |
Modifier and Type | Method and Description |
---|---|
Set<PlanResultKey> |
VersionDetailsComponent.getArtifactProviders() |
Set<PlanResultKey> |
VersionDetailsComponent.getRemovedArtifactProviders() |
Modifier and Type | Method and Description |
---|---|
void |
CurrentBuildQueuePage.dragResultAfter(PlanResultKey dragResult,
PlanResultKey afterResult) |
Constructor and Description |
---|
JobResultSummaryPage(PlanResultKey jobResultKey) |
ResultSummaryPage(PlanResultKey planResultKey) |
Constructor and Description |
---|
JobResultViewLogs(PlanResultKey planResultKey) |
PlanResultLogActivityPage(PlanResultKey planResultKey) |
PlanResultTestsPage(PlanResultKey planResultKey) |
ResultJobArtifactsPage(PlanResultKey planResultKey) |
ResultJobArtifactsPage(PlanResultKey planResultKey,
String jobKey) |
ResultSummaryCommitsPage(PlanResultKey planKey) |
ResultSummaryMetadataPage(PlanResultKey planResultKey) |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentResultKeyAsPlanResultKey
Deprecated.
since 5.12 with not replacement.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<PlanResultKeyProvider,PlanResultKey> |
PlanResultKeyProvider.getPlanKey
Deprecated.
since 5.10, use PlanResultKeyProvider::getPlanResultKey
|
static com.google.common.base.Function<? super PlanResultKey,? extends PlanResultKey> |
PlanKeys.REMOVE_DELETION_MARKER |
static com.google.common.base.Function<? super PlanResultKey,? extends PlanResultKey> |
PlanKeys.REMOVE_DELETION_MARKER |
Modifier and Type | Method and Description |
---|---|
static PlanResultKey |
PlanKeys.getChainResultKey(PlanResultKey planResultKey)
Creates a chain result key from job result key.
|
PlanResultKey |
AbstractChain.getLastResultKey() |
PlanResultKey |
ExecutionRequestResult.getPlanResultKey()
The
PlanResultKey of the executing Plan |
PlanResultKey |
PlanResultKeyProvider.getPlanResultKey() |
static PlanResultKey |
PlanKeys.getPlanResultKey(PlanKey planKey,
int buildNumber)
Creates a
PlanResultKey from the given PlanKey and buildNumber |
static PlanResultKey |
PlanKeys.getPlanResultKey(String planResultKey)
Creates a
PlanResultKey from its string form 'BAM-BOO-123' |
static PlanResultKey |
PlanKeys.getPlanResultKey(String planKey,
int buildNumber)
Creates a
PlanResultKey from the given planKey and buildNumber |
PlanResultKey |
PlanExecutionConfigImpl.getResultToRerun() |
PlanResultKey |
PlanExecutionConfig.getResultToRerun()
PlanResultKey of build to start again |
Modifier and Type | Method and Description |
---|---|
static PlanResultKey |
PlanKeys.getChainResultKey(PlanResultKey planResultKey)
Creates a chain result key from job result key.
|
List<CurrentlyBuilding> |
DelegatingPlanExecutionManager.getCurrentlyBuildingForPlanResult(PlanResultKey planKey) |
List<CurrentlyBuilding> |
PlanExecutionManagerImpl.getCurrentlyBuildingForPlanResult(PlanResultKey planResultKey) |
List<CurrentlyBuilding> |
PlanExecutionManager.getCurrentlyBuildingForPlanResult(PlanResultKey planKey)
Returns all
CurrentlyBuilding for specified PlanResultKey In case plan is a Chain
instance, all currently running jobs will be returned, however, chain itself will be not included in the list
(effectively CurrentlyBuilding for all chain's children jobs will be returned) |
ExecutionStatus |
ExecutionStatusProviderImpl.getExecutionStatus(PlanResultKey planResultKey) |
ExecutionStatus |
DelegatingPlanExecutionManager.getExecutionStatus(PlanResultKey planResultKey) |
ExecutionStatus |
PlanExecutionManagerImpl.getExecutionStatus(PlanResultKey planResultKey) |
ExecutionStatus |
ExecutionStatusProvider.getExecutionStatus(PlanResultKey planResultKey)
Returns a
ExecutionStatus for the given PlanResultKey |
BuildExecution |
ExecutionStatusProviderImpl.getJobExecution(PlanResultKey planResultKey) |
BuildExecution |
DelegatingPlanExecutionManager.getJobExecution(PlanResultKey planResultKey) |
BuildExecution |
PlanExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey) |
BuildExecution |
ExecutionStatusProvider.getJobExecution(PlanResultKey planResultKey)
Get the state of a single Job being executed
|
static String |
PlanKeys.getPlanKeyPart(PlanResultKey planResultKey)
Returns plan key part for given
PlanResultKey |
static String |
PlanKeys.getProjectKeyPart(PlanResultKey planResultKey)
Returns project key part for given
PlanResultKey |
boolean |
AbstractPlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
boolean |
PlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection)
Checks a condition in order to determine if the plan can be executed.
|
boolean |
PlanExecutionConcurrencyServiceImpl.isPermittedToExecuteImpl(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
boolean |
ExecutionLimitsServiceImpl.isPermittedToExecuteImpl(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
protected abstract boolean |
AbstractPlanExecutionPermitter.isPermittedToExecuteImpl(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
boolean |
ExecutableAgentsHelperImpl.planHasExecutableAgents(PlanResultKey planResultKey)
Checks if a Job can be built on any active agent.
|
boolean |
ExecutableAgentsHelper.planHasExecutableAgents(PlanResultKey planResultKey)
Checks if a Buildable can be built on any active agent.
|
void |
PlanStatePersisterServiceImpl.saveNotBuiltBuildResult(PlanResultKey planResultKey,
boolean updateFollowingBuilds) |
void |
PlanStatePersisterService.saveNotBuiltBuildResult(PlanResultKey planResultKey,
boolean updateFollowingBuilds)
Saves results of not build results identified by PlanResultKey.
|
void |
PlanStatePersisterImpl.saveNotBuiltBuildResult(PlanResultKey planResultKey,
boolean updateFollowingBuilds) |
void |
PlanStatePersister.saveNotBuiltBuildResult(PlanResultKey planResultKey,
boolean updateFollowingBuilds)
Handles results of not built job.
|
void |
DelegatingPlanExecutionManager.stopPlan(PlanResultKey planResultKey,
boolean abandonResult,
String userName) |
void |
PlanExecutionManagerImpl.stopPlan(PlanResultKey planResultKey,
boolean abandonResult,
String userName) |
void |
PlanExecutionManager.stopPlan(PlanResultKey planResultKey,
boolean abandonResult,
String userName) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactSubscriptionManagerImpl.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription,
PlanResultKey planResultKey,
String artifactLinkType) |
void |
ArtifactSubscriptionManager.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription,
PlanResultKey planResultKey,
String artifactLinkType)
Store consumed subscription.
|
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
AbstractImmutableChain.getLastResultKey() |
PlanResultKey |
ImmutableChain.getLastResultKey()
Get the latest result key including active (not finished) results
|
Modifier and Type | Method and Description |
---|---|
ChainResultDetails |
ImmutablePlanManagerImpl.getChainResultDetails(PlanResultKey planResultKey) |
ChainResultDetails |
ImmutablePlanManager.getChainResultDetails(PlanResultKey planResultKey) |
void |
ImmutablePlanCacheServiceImpl.invalidateLatestResultSummary(PlanResultKey planResultKey) |
void |
ImmutablePlanCacheService.invalidateLatestResultSummary(PlanResultKey key)
Resets the latest build summary of a plan.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
UniqueRunPerKeyPlanExecutionPermitter.isPermittedToExecuteImpl(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
PlanTriggerResult |
PlanTrigger.triggerPlan(TriggerReason triggerReason,
PlanResultKey planResultKey,
Map<String,String> params,
Map<String,String> customVariables,
PlanVcsRevisionDataSet lastVcsRevisionKeys) |
Modifier and Type | Method and Description |
---|---|
PlanTriggerResult |
JIRAReleasePlanTrigger.triggerPlan(TriggerReason triggerReason,
PlanResultKey planResultKey,
Map<String,String> params,
Map<String,String> customVariables,
PlanVcsRevisionDataSet lastVcsRevisionKeys) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<io.atlassian.fugue.Pair<ImmutableChain,ChainResultsSummaryDocument>,PlanSummary> |
PlanSummary.createPlanSummary(ArtifactLinkManager artifactLinkManager,
CustomVariableContext customVariableContext,
Map<PlanResultKey,PlanResultKey> buildFixesBuildMap,
String baseUrl) |
static com.google.common.base.Function<io.atlassian.fugue.Pair<ImmutableChain,ChainResultsSummaryDocument>,PlanSummary> |
PlanSummary.createPlanSummary(ArtifactLinkManager artifactLinkManager,
CustomVariableContext customVariableContext,
Map<PlanResultKey,PlanResultKey> buildFixesBuildMap,
String baseUrl) |
Modifier and Type | Field and Description |
---|---|
protected PlanResultKey |
Result.planResultKey |
Modifier and Type | Method and Description |
---|---|
void |
Result.setPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
void |
RestBuildArtifact.setProducerJobKey(PlanResultKey producerJobKey) |
Constructor and Description |
---|
RestBuildArtifact(String name,
PlanResultKey producerJobKey,
boolean isShared,
Long size,
String prettySizeDescription,
com.atlassian.plugins.rest.common.Link link) |
Constructor and Description |
---|
RestBranchLatestActive(PlanResultKey planResultKey,
LifeCycleState lifeCycleState) |
Constructor and Description |
---|
RestQueuedBuild(PlanResultKey planResultKey,
TriggerReason triggerReason,
List<? extends RepositoryChangeset> changesets,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
String |
BuildWarningsStashClientConverter.generateReportKey(PlanResultKey resultKey) |
Modifier and Type | Method and Description |
---|---|
DeploymentVersion |
DeploymentsTestService.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey) |
DeploymentVersion |
DeploymentsTestServiceImpl.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey) |
Modifier and Type | Method and Description |
---|---|
static Optional<PlanResultKey> |
ConditionHelper.getPlanResultKey(Map<String,Object> context)
Retrieve plan result key from Freemarker context
|
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
PlanResultKeyAdapter.unmarshal(String planResultKey) |
Modifier and Type | Method and Description |
---|---|
String |
PlanResultKeyAdapter.marshal(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
PlanResultKeyRestResultKeyAdaptor.unmarshal(RestResultKey restKey) |
Modifier and Type | Method and Description |
---|---|
RestResultKey |
PlanResultKeyRestResultKeyAdaptor.marshal(PlanResultKey key) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
RestArtifact.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
RestArtifactDeploymentVersionItem.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BaseResultSummary.getPlanResultKey() |
PlanResultKey |
ImmutableResultsSummary.getPlanResultKey()
Gets the
PlanResultKey for this ImmutableResultsSummary |
Modifier and Type | Method and Description |
---|---|
List<PlanResultKey> |
BuildResultsSummaryHibernateDao.findChainResultsWithFormatVersionLessThan(int formatVersion,
int maxResults) |
List<PlanResultKey> |
BuildResultsSummaryManagerImpl.findChainResultsWithFormatVersionLessThan(int formatVersion,
int maxResults) |
List<PlanResultKey> |
ResultsSummaryManager.findChainResultsWithFormatVersionLessThan(int formatVersion,
int maxResults)
Deprecated.
internal use only
|
List<PlanResultKey> |
BuildResultsSummaryDao.findChainResultsWithFormatVersionLessThan(int formatVersion,
int maxResults)
Deprecated.
internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
BuildResultsSummaryManagerImpl.cleanPendingLifeCycleStateNewTx(PlanResultKey planResultKey) |
void |
ResultsSummaryManager.cleanPendingLifeCycleStateNewTx(PlanResultKey planResultKey)
Cleans state of pending result.
|
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.findFirstResultAfter(PlanResultKey planResultKey,
Class<T> aClass) |
<T extends ResultsSummary> |
ResultsSummaryManager.findFirstResultAfter(PlanResultKey planResultKey,
Class<T> aClass)
Finds the first
ResultsSummary after a specified build which is either FINISHED or can be FINISHED, i.e. |
ResultsSummary |
BuildResultsSummaryManagerImpl.findFirstSuccessfulBuildResultAfter(PlanResultKey planResultKey) |
ResultsSummary |
ResultsSummaryManager.findFirstSuccessfulBuildResultAfter(PlanResultKey planResultKey)
Finds the last successful
ResultsSummary after buildNumber |
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey,
Class<T> aClass,
boolean includeOnceOffBuilds) |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey,
Class<T> aClass,
boolean includeOnceOffBuilds) |
<T extends ResultsSummary> |
ResultsSummaryManager.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey,
Class<T> aClass,
boolean includeOnceOffBuilds)
Finds the last successful or failing
BuildResultsSummary before buildNumber |
<T extends ResultsSummary> |
BuildResultsSummaryDao.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey,
Class<T> aClass,
boolean includeOnceOffBuilds) |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.findLastResultBefore(PlanResultKey planResultKey,
Class<T> aClass) |
<T extends ResultsSummary> |
ResultsSummaryManager.findLastResultBefore(PlanResultKey planResultKey,
Class<T> aClass)
Finds the last successful or failing
ResultsSummary before planResultKey.getBuildNumber |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.findLastResultBefore(PlanResultKey planResultKey,
Class<T> aClass,
boolean includeOnceOffBuilds) |
<T extends ResultsSummary> |
ResultsSummaryManager.findLastResultBefore(PlanResultKey planResultKey,
Class<T> aClass,
boolean includeOnceOffBuilds)
Finds the last
ResultsSummary before planResultKey.getBuildNumber |
ResultsSummary |
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(PlanResultKey planResultKey) |
ResultsSummary |
ResultsSummaryManager.findLastSuccessfulBuildResultBefore(PlanResultKey planResultKey)
Finds the last successful
ResultsSummary before build |
ResultsSummary |
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(PlanResultKey planResultKey,
boolean includeOnceOffBuilds) |
ResultsSummary |
ResultsSummaryManager.findLastSuccessfulBuildResultBefore(PlanResultKey planResultKey,
boolean includeOnceOffBuilds)
Finds the last successful
ResultsSummary before build |
ResultsSummary |
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey) |
ResultsSummary |
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey)
Lookup the ResultsSummary by
PlanResultKey |
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey,
Class<T> aClass) |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey,
Class<T> aClass) |
<T extends ResultsSummary> |
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey,
Class<T> aClass)
Lookup
ResultsSummary by PlanResultKey and expected type |
<T extends ResultsSummary> |
BuildResultsSummaryDao.getResultsSummary(PlanResultKey planResultKey,
Class<T> aClass)
Lookup
ResultsSummary by PlanResultKey and expected type |
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey,
Class<T> aClass,
ResultDataRead dataRead) |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey,
Class<T> aClass,
ResultDataRead dataRead) |
<T extends ResultsSummary> |
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey,
Class<T> aClass,
ResultDataRead dataRead)
Lookup
ResultsSummary by PlanResultKey and expected type. |
<T extends ResultsSummary> |
BuildResultsSummaryDao.getResultsSummary(PlanResultKey planResultKey,
Class<T> aClass,
ResultDataRead dataRead)
Lookup
ResultsSummary by PlanResultKey and expected type, all lazy initialized collections can be eagerly read |
ResultsSummary |
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey,
ResultDataRead dataRead) |
ResultsSummary |
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey,
ResultDataRead dataRead)
Lookup the ResultsSummary by
PlanResultKey . |
Long |
BuildResultsSummaryHibernateDao.getResultsSummaryId(PlanResultKey planResultKey) |
Long |
BuildResultsSummaryDao.getResultsSummaryId(PlanResultKey planResultKey)
Return
ResultsSummary 's database id. |
void |
BuildResultsSummaryManagerImpl.invalidateLogSize(PlanResultKey planResultKey) |
void |
ResultsSummaryManager.invalidateLogSize(PlanResultKey planResultKey)
Invalidates the log size of a
ResultsSummary with the given PlanResultKey . |
void |
BuildResultsSummaryManagerImpl.removeResultSummary(PlanResultKey planResultKey) |
void |
ResultsSummaryManager.removeResultSummary(PlanResultKey planResultKey)
Remove plan result summary and all associated objects.
|
Modifier and Type | Method and Description |
---|---|
List<TestClassResult> |
TestResultsHibernateDao.getTestClassResults(PlanResultKey planResultKey) |
List<TestClassResult> |
TestsManagerImpl.getTestClassResults(PlanResultKey planResultKey) |
List<TestClassResult> |
TestResultsDao.getTestClassResults(PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary
|
List<TestClassResult> |
TestsManager.getTestClassResults(PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary
|
Modifier and Type | Method and Description |
---|---|
Map<String,VariableDefinitionContext> |
ResultsSummaryVariableAccessorImpl.calculateCurrentVariablesState(PlanResultKey chainResultKey) |
Map<String,VariableDefinitionContext> |
ResultsSummaryVariableAccessor.calculateCurrentVariablesState(PlanResultKey chainResultKey)
Get state of variables at point when execution of the build stopped.
|
Map<String,VariableDefinitionContext> |
ResultsSummaryVariableAccessorImpl.calculateInitialVariablesState(PlanResultKey chainResultKey) |
Map<String,VariableDefinitionContext> |
ResultsSummaryVariableAccessor.calculateInitialVariablesState(PlanResultKey chainResultKey)
Get state of variables as recorded at the start of the build.
|
VariableContextBaseline |
ResultsSummaryVariableAccessorImpl.safeGetVariableContextBaseline(PlanResultKey chainResultKey) |
VariableContextBaseline |
ResultsSummaryVariableAccessor.safeGetVariableContextBaseline(PlanResultKey chainResultKey) |
void |
ResultsSummaryVariableAccessorImpl.upgradeVariableDataIfNeeded(PlanResultKey chainResultKey) |
void |
ResultsSummaryVariableAccessor.upgradeVariableDataIfNeeded(PlanResultKey chainResultKey)
Deprecated.
internal use only
|
Modifier and Type | Method and Description |
---|---|
File |
ArtifactDirectoryBuilder.getBuildDirectory(PlanResultKey planResultKey)
Returns [artifact-root] / [chain-part] / [job-part] / [build-part]
[job-part] will be "shared" if the parameter points to a chain rather than a job.
|
String |
ArtifactPathBuilder.getBuildPath(PlanResultKey planResultKey)
Returns [artifact-root] / [chain-storage-tag] / [job-part] / [build-part]
[job-part] will be "shared" if the parameter points to a chain rather than a job.
|
File |
ArtifactDirectoryBuilder.getPlanOrientedArtifactDirectory(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifactDefinition)
Always returns a plan-oriented directory, never a global storage directory.
|
String |
ArtifactPathBuilder.getPlanOrientedArtifactPath(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifactDefinition)
Always returns a plan-oriented path, never a global storage path.
|
void |
StorageCappingServiceImpl.onArtifactUpdated(PlanResultKey cause,
long artifactSize) |
void |
StorageCappingService.onArtifactUpdated(PlanResultKey cause,
long artifactSizeDiff)
Invalidate disk usage values, check soft/hard limit boundaries and send notifications.
|
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ArtifactStorageHardLimitExceededEvent.getCause() |
Constructor and Description |
---|
ArtifactStorageHardLimitExceededEvent(StorageLimits storageLimits,
PlanResultKey cause) |
Modifier and Type | Method and Description |
---|---|
File |
ArtifactDirectoryBuilderImpl.getBuildDirectory(PlanResultKey planResultKey) |
String |
ArtifactPathBuilderImpl.getBuildPath(PlanResultKey planResultKey) |
File |
ArtifactDirectoryBuilderImpl.getPlanOrientedArtifactDirectory(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifactDefinition) |
String |
ArtifactPathBuilderImpl.getPlanOrientedArtifactPath(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifactDefinition) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<List<PlanResultKey>> |
QueueControl.getResultKeysInQueue(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts) |
Modifier and Type | Method and Description |
---|---|
static EventRegistry.EventMatcher |
EventRegistry.chainCompletedEvent(PlanResultKey planResultKey) |
void |
BuildResultsControl.createBuildResultWarning(PlanResultKey planResultKey,
long repositoryId,
long highPriority,
long normalPriority,
long lowPriority) |
void |
PlansControl.deleteBuildResult(PlanResultKey planResultKey) |
void |
RepositoryControl.deleteBuildWarnings(PlanResultKey resultKey,
long repositoryId)
Delete all build warnings from a repository for a build result.
|
Result |
PlansControl.getBuildResult(PlanResultKey planResultKey)
Get build result
|
Result |
PlansControl.getBuildResultWithArtifacts(PlanResultKey planResultKey)
Get build result
|
Map<String,String> |
BuildResultsControl.getMetadata(PlanResultKey planResultKey) |
ResultDetails |
BuildResultsControl.getResultDetails(PlanResultKey planResultKey) |
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
QueueControl.isResultKeyInQueue(PlanResultKey planResultKey,
com.atlassian.pageobjects.elements.timeout.Timeouts timeouts) |
void |
PlansControl.rerun(PlanResultKey planResultKey)
Rebuild completed build.
|
static EventRegistry.EventMatcher |
EventRegistry.rssErrorEvent(PlanResultKey planResultKey) |
static EventRegistry.EventMatcher |
EventRegistry.rssPlanSavedEvent(PlanResultKey planResultKey) |
static EventRegistry.EventMatcher |
EventRegistry.rssSuccessfulEvent(PlanResultKey planResultKey) |
boolean |
RepositoryControl.sendBuildWarnings(PlanResultKey resultKey,
long repositoryId,
RestBuildWarnings warnings)
Manually send build warnings to a repository for a build result.
|
io.restassured.path.json.JsonPath |
PlansControl.waitForBuildWithResponse(PlanResultKey key,
org.hamcrest.Matcher<io.restassured.path.json.JsonPath> matcher,
com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) |
PlansControl |
PlansControl.waitForCompletedBuild(PlanResultKey key)
Wait for a build to complete
|
PlansControl |
PlansControl.waitForCompletedBuild(PlanResultKey key,
com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) |
PlansControl |
PlansControl.waitForFailedBuild(PlanResultKey planResultKey) |
PlansControl |
PlansControl.waitForFailedBuild(PlanResultKey planResultKey,
com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) |
PlansControl |
PlansControl.waitForQueuedBuild(PlanResultKey key) |
PlansControl |
PlansControl.waitForQueuedBuild(PlanResultKey key,
com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) |
PlansControl |
PlansControl.waitForQueuedOrStartedBuild(PlanResultKey key,
com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) |
PlansControl |
PlansControl.waitForStartedBuild(PlanResultKey key) |
PlansControl |
PlansControl.waitForStartedBuild(PlanResultKey key,
com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) |
PlansControl |
PlansControl.waitForSuccessfulBuild(PlanResultKey planResultKey) |
PlansControl |
PlansControl.waitForSuccessfulBuild(PlanResultKey planResultKey,
com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) |
Modifier and Type | Method and Description |
---|---|
RestDeploymentVersion |
DeploymentsControl.createVersion(long deploymentProjectId,
PlanResultKey planResultKey,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
BuildLoggerManagerForTesting.removeBuildLogger(PlanResultKey buildResultKey) |
Modifier and Type | Method and Description |
---|---|
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(PlanResultKey planResultKey,
Class<T> summaryClass) |
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(PlanResultKey planResultKey,
Class<T> summaryClass,
LifeCycleState lifeCycleState,
BuildState buildState) |
static <T extends ResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(ResultsSummaryManager mockResultsSummaryManager,
PlanResultKey planResultKey,
Class<T> summaryClass) |
Constructor and Description |
---|
AfterSuccessfulStageTriggeringAction(TriggerManager triggerManager,
DeploymentExecutionService deploymentExecutionService,
DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager,
ResultsSummaryManager resultsSummaryManager,
Environment environment,
PlanResultKey planResultKey,
String stageName) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.Ordering<PlanResultKey> |
Comparators.getPlanResultKeyOrdering() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildIdentifierImpl.getPlanResultKey() |
PlanResultKey |
CurrentlyBuildingImpl.getPlanResultKey() |
PlanResultKey |
BuildIdentifier.getPlanResultKey()
Gets the
PlanResultKey for the current BuildIdentifier |
Modifier and Type | Method and Description |
---|---|
void |
LocalBuildResultProcessor.terminateBuild(PlanResultKey resultKey) |
Constructor and Description |
---|
ArtifactAckMessage(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription)
Deprecated.
since 5.0
|
ArtifactAckMessage(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
String artifactLinkType) |
ManageHungBuildMessage(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
String artifactLinkType) |
void |
RemoteBuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildContextEvent.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildTimingPoint.getPlanResultKey() |
PlanResultKey |
AbstractBuildTimingPoint.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
static BuildTimingPoints.AgentAssigned |
BuildTimingPoints.agentAssigned(PlanResultKey planResultKey,
Date date,
long agentId) |
static BuildTimingPoints.ExecutionCancelled |
BuildTimingPoints.executionCancelled(PlanResultKey planResultKey,
Date date,
boolean buildActuallyCancelled) |
static BuildTimingPoints.ExecutionFinished |
BuildTimingPoints.executionFinished(PlanResultKey planResultKey,
Date date) |
static BuildTimingPoints.ExecutionStarted |
BuildTimingPoints.executionStarted(PlanResultKey planResultKey,
Date date) |
static BuildTimingPoints.VcsSyncStarted |
BuildTimingPoints.vcsSyncStarted(PlanResultKey planResultKey,
Date date) |
Constructor and Description |
---|
AbstractBuildTimingPoint(PlanResultKey planResultKey,
Date date) |
AgentAssigned(PlanResultKey planResultKey,
Date date,
long agentId) |
ExecutionCancelled(PlanResultKey planResultKey,
Date date,
boolean buildActuallyCancelled) |
ExecutionFinished(PlanResultKey planResultKey,
Date date) |
ExecutionStarted(PlanResultKey planResultKey,
Date date) |
VcsSyncStarted(PlanResultKey planResultKey,
Date date) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ScheduledTriggerReason.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
protected String |
TriggerManualBuild.processResult(ExecutionRequestResult result,
PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
DeploymentRepositoryBuildContext.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
PlanActionSupport.getTypedPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildQueueItemViewForJsonDecorator.getChainResultKey() |
PlanResultKey |
BuildQueueItemViewForJsonDecorator.getJobResultKey() |
Constructor and Description |
---|
BuildQueueItemViewForJsonDecorator(PlanKey chainKey,
String projectName,
String shortChainName,
String fullChainName,
PlanKey jobKey,
String jobName,
PlanResultKey jobOrChainResultKey,
PlanResultKey chainResultKey,
int buildNumber,
QueueItemViewForJsonDecorator.BuildStatus buildStatus,
TriggerReason triggerReason,
boolean isBranch) |
Modifier and Type | Field and Description |
---|---|
protected PlanResultKey |
AbstractJiraIssueAction.planResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
AbstractJiraIssueAction.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
DecoratedResult.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
AbstractSmackCommand.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSmackCommand.setPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Field and Description |
---|---|
static PlanResultKey |
DeploymentVersionServiceWiredTest.PLAN_RESULT_KEY_1 |
static PlanResultKey |
DeploymentVersionServiceWiredTest.PLAN_RESULT_KEY_2 |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.