Uses of Interface
com.atlassian.bamboo.deployments.versions.DeploymentVersion
Package
Description
-
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.execution
Modifier and TypeMethodDescription@NotNull DeploymentVersion
DeploymentContext.getDeploymentVersion()
@NotNull DeploymentVersion
DeploymentContextImpl.getDeploymentVersion()
ModifierConstructorDescriptionDeploymentContextImpl
(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long, PlanRepositoryDefinition> planRepositoryDefinitionMap, Multimap<String, Artifact> versionArtifacts, @Nullable DeploymentVersion previousVersion, @NotNull Iterable<CredentialsData> sharedCredentials, @NotNull Map<PlanKey, ChainStorageTag> necessaryStorageTags, @NotNull Map<String, Map<String, String>> pluginConfigMap, @NotNull DockerPipelineConfiguration dockerPipelineConfiguration, @NotNull CommonArtifactContext commonArtifactContext, boolean isVerboseLoggingOn, boolean expectingDedicatedEphemeralAgent) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.execution.actions
Modifier and TypeMethodDescriptionDeleteDeploymentResult.getDeploymentVersion()
ExecuteManualDeployment.getPreselectedVersion()
-
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.execution.service
Modifier and TypeMethodDescriptionDeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, boolean isVerboseLoggingOn) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionServiceImpl.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) DeploymentExecutionServiceImpl.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.execution.triggering
Modifier and TypeMethodDescriptionEnvironmentTriggeringActionFactory.createManualEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull DeploymentVersion version, @NotNull com.atlassian.user.User user, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn) CreatesEnvironmentTriggeringAction
used during manual execution of Environment.EnvironmentTriggeringActionFactoryImpl.createManualEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull DeploymentVersion version, @NotNull com.atlassian.user.User user, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn) ModifierConstructorDescriptionManualEnvironmentTriggeringAction
(DeploymentExecutionService deploymentExecutionService, TriggerManager triggerManager, @NotNull Environment environment, DeploymentVersion version, com.atlassian.user.User user, boolean isVerboseLoggingOn) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.projects
Modifier and TypeMethodDescription@Nullable DeploymentVersion
DeploymentProjectStatusForResultSummary.getFutureVersion()
If there is no related version, this property contains the first version, which is associated with the build results of the same Plan.@Nullable DeploymentVersion
DeploymentProjectStatusForResultSummaryImpl.getFutureVersion()
@Nullable DeploymentVersion
DeploymentProjectStatusForResultSummary.getRelatedVersion()
Version associated with theResultsSummary
@Nullable DeploymentVersion
DeploymentProjectStatusForResultSummaryImpl.getRelatedVersion()
Modifier and TypeMethodDescriptionDeploymentProjectFunctions.getDeploymentResultVersion()
Deprecated.ModifierConstructorDescriptionDeploymentProjectStatusForResultSummaryImpl
(@NotNull DeploymentProject deploymentProject, @Nullable DeploymentVersion relatedVersion, @Nullable DeploymentVersion futureVersion, @Nullable ResultsSummary futureVersionResult, @NotNull List<? extends EnvironmentStatus> environmentStatuses) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.projects.actions
Modifier and TypeMethodDescriptionViewDeploymentProjects.DeploymentVersionWithEnvironments.getDeploymentVersion()
ModifierConstructorDescriptionDeploymentVersionWithEnvironments
(DeploymentVersion deploymentVersion, Iterable<? extends InternalEnvironment> environments, DeploymentVersionState versionGeneralState) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.results
Modifier and TypeMethodDescription@Nullable DeploymentVersion
DeploymentResult.getDeploymentVersion()
@Nullable DeploymentVersion
DeploymentResultImpl.getDeploymentVersion()
ModifierConstructorDescriptionDeploymentResultImpl
(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) DeploymentResultImpl
(@NotNull DeploymentResultDto deploymentResult, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations) DeploymentResultImpl
(@NotNull MutableDeploymentResult deploymentResult, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.results.service
Modifier and TypeMethodDescription@Nullable DeploymentVersion
DeploymentResultService.getRollbackVersion
(long environmentId) For a given environment find the version that existed on the environment prior to the last deployment.@Nullable DeploymentVersion
DeploymentResultService.getRollbackVersion
(@NotNull DeploymentResult deploymentResult) For a given deployment result find the version that existed on the environment before that deployment.DeploymentResultServiceImpl.getRollbackVersion
(long environmentId) @Nullable DeploymentVersion
DeploymentResultServiceImpl.getRollbackVersion
(@NotNull DeploymentResult deploymentResult) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.runtime
Modifier and TypeMethodDescriptionvoid
DeploymentsInProgressService.onDeploymentTriggered
(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject) void
DeploymentsInProgressServiceImpl.onDeploymentTriggered
(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject) DeploymentInProgressImpl.Builder.withDeploymentVersion
(@NotNull DeploymentVersion deploymentVersion) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions
Modifier and TypeMethodDescriptionDeploymentExecutionResolver.canExecute
(@Nullable List<? extends InternalEnvironment> environments, @Nullable DeploymentVersion deploymentVersion) static void
DeploymentExecutionResolver.validate
(@Nullable InternalEnvironment environment, @Nullable DeploymentVersion deploymentVersion) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions.actions
Modifier and TypeMethodDescriptionprotected DeploymentVersion
AbstractCreateDeploymentVersion.createVersion
(DeploymentProject deploymentProject, String newReleaseBuildResult, String versionName) @Nullable DeploymentVersion
AbstractDeploymentVersionAction.getDeploymentVersion()
@Nullable DeploymentVersion
CreateDeploymentVersion.getLatestVersion()
Modifier and TypeMethodDescriptionprotected @NotNull Pair<DeploymentVersion,
PlanResultKey> AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey
(@NotNull PlanKey sourcePlanKey, long deploymentProjectId) Modifier and TypeMethodDescriptionprotected List<ChainResultsSummary>
ViewDeploymentVersion.calculateTestedInResults
(DeploymentVersion deploymentVersion) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions.index
ModifierConstructorDescriptionIndexedVersionImpl
(@NotNull DeploymentVersion deploymentVersion, @Nullable PlanResultKey planResultKey, @NotNull List<DeploymentVersionLinkedJiraIssue> issues) -
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions.service
Modifier and TypeMethodDescription@NotNull DeploymentVersion
DeploymentVersionService.createDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Deprecated.@NotNull DeploymentVersion
DeploymentVersionService.createDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable com.atlassian.user.User user, @Nullable String versionName, @Nullable String nextVersionName) Create a deployment version with a specific name.@NotNull DeploymentVersion
DeploymentVersionServiceImpl.createDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) @NotNull DeploymentVersion
DeploymentVersionServiceImpl.createDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable com.atlassian.user.User user, @Nullable String versionName, @Nullable String nextVersionName) DeploymentVersionService.findNextVersionContainingResult
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Find the first version that is created from a result which is later than current result (not taking custom revision into account)DeploymentVersionServiceImpl.findNextVersionContainingResult
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) @Nullable DeploymentVersion
DeploymentVersionService.findPreviousVersion
(long deploymentProjectId, long versionId) @Nullable DeploymentVersion
DeploymentVersionServiceImpl.findPreviousVersion
(long deploymentProjectId, long versionId) @Nullable DeploymentVersion
DeploymentVersionDtoManager.getDeploymentVersion
(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion
.@Nullable DeploymentVersion
DeploymentVersionService.getDeploymentVersion
(long deploymentVersionId) Get DeploymentVersion by id@Nullable DeploymentVersion
DeploymentVersionServiceImpl.getDeploymentVersion
(long deploymentVersionId) @Nullable DeploymentVersion
DeploymentVersionServiceImpl.getDeploymentVersion
(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @Nullable DeploymentVersion
DeploymentVersionService.getDeploymentVersionByName
(@NotNull String existingVersion, long deploymentProjectId) Get a specific version by name@Nullable DeploymentVersion
DeploymentVersionServiceImpl.getDeploymentVersionByName
(@NotNull String existingVersionName, long deploymentProjectId) @Nullable DeploymentVersion
DeploymentVersionService.getLatestVersionForProject
(long deploymentProjectId) Deprecated.@Nullable DeploymentVersion
DeploymentVersionService.getLatestVersionForProject
(long deploymentProjectId, @NotNull PlanKey branchKey) Find the latest version for a deployment project.@Nullable DeploymentVersion
DeploymentVersionServiceImpl.getLatestVersionForProject
(long deploymentProjectId) @Nullable DeploymentVersion
DeploymentVersionServiceImpl.getLatestVersionForProject
(long deploymentProjectId, @NotNull PlanKey branchKey) @NotNull DeploymentVersion
DeploymentVersionService.getOrCreateDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Given a build result, find a deployment version that matches it, or create it if it doesn't exist.@NotNull DeploymentVersion
DeploymentVersionServiceImpl.getOrCreateDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) @Nullable DeploymentVersion
DeploymentVersionService.getRelatedVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Find latest version of a deployment project that is related to specific plan result.@Nullable DeploymentVersion
DeploymentVersionServiceImpl.getRelatedVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) @NotNull DeploymentVersion
DeploymentVersionService.renameVersion
(long deploymentProjectId, @NotNull DeploymentVersion deploymentVersion, @NotNull String newVersionName) Rename a version.@NotNull DeploymentVersion
DeploymentVersionServiceImpl.renameVersion
(long deploymentProjectId, @NotNull DeploymentVersion deploymentVersion, @NotNull String newVersionName) Modifier and TypeMethodDescription@NotNull Map<DeploymentVersion,
Integer> DeploymentVersionService.findLatestKnownVersionsForEnvironmentsOfDeploymentProject
(DeploymentProject deploymentProject) Find allDeploymentVersion
that are currently deployed on environments of aDeploymentProject
For each version found give number of environments it is present on.@NotNull Map<DeploymentVersion,
Integer> DeploymentVersionServiceImpl.findLatestKnownVersionsForEnvironmentsOfDeploymentProject
(DeploymentProject deploymentProject) @NotNull List<DeploymentVersion>
DeploymentVersionService.findVersionsAssociatedWithJiraIssue
(long deploymentProjectId, @NotNull String issueKey) Find all the versions of aDeploymentProject
that are associated with a JIRA issue@NotNull Multimap<DeploymentProject,
DeploymentVersion> DeploymentVersionService.findVersionsAssociatedWithJiraIssue
(@NotNull String issueKey) Find all the version that are associated with a JIRA issue, grouped byDeploymentProject
@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.findVersionsAssociatedWithJiraIssue
(long deploymentProjectId, @NotNull String issueKey) @NotNull Multimap<DeploymentProject,
DeploymentVersion> DeploymentVersionServiceImpl.findVersionsAssociatedWithJiraIssue
(@NotNull String issueKey) @NotNull List<DeploymentVersion>
DeploymentVersionService.findVersionsBetween
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) Deprecated.since 6.8 as it fetches variables, which is not efficient.@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.findVersionsBetween
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) @NotNull List<DeploymentVersion>
DeploymentVersionService.findVersionsBetweenNoVariables
(@org.jetbrains.annotations.NotNull long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) Find versions created between version1 and version2.@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.findVersionsBetweenNoVariables
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) @NotNull List<DeploymentVersion>
DeploymentVersionService.getDeploymentProjectVersions
(long deploymentProjectId) Deprecated.since 6.7 for performance reasons useDeploymentVersionService.getDeploymentProjectVersionsNoVariables(DeploymentProject)
@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.getDeploymentProjectVersions
(long deploymentProjectId) @NotNull List<DeploymentVersion>
DeploymentVersionService.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject) Retrieves the list of all the version for the deployment project, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults) Retrieves the list of the version for the deployment project, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts).@NotNull List<DeploymentVersion>
DeploymentVersionService.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Retrieves the list of the version for the deployment project, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts).@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranch
(long deploymentProjectId, @NotNull PlanKey branchKey) Deprecated.since 6.7 for performance reasons useDeploymentVersionService.searchVersionsByBranchNoVariables(DeploymentProject, PlanKey)
@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranch
(long deploymentProjectId, @NotNull PlanKey branchKey) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchAndName
(long deploymentProjectId, @NotNull PlanKey branchKey, @NotNull String searchTerm) Deprecated.since 6.7 for performance reasons useDeploymentVersionService.searchVersionsByNameNoVariables(DeploymentProject, String)
@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchAndName
(long deploymentProjectId, @NotNull PlanKey branchKey, @NotNull String searchTerm) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm) Search for deployment versions in a project whose name contains the searchTerm and associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project whose name contains the searchTerm and associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults, @NotNull DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByName
(long deploymentProjectId, @NotNull String searchTerm) Deprecated.since 6.7 for performance reasons useDeploymentVersionService.searchVersionsByNameNoVariables(DeploymentProject, String)
@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByName
(long deploymentProjectId, @NotNull String searchTerm) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm) Search for deployment versions in a project whose name contains the searchTerm, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project whose name contains the searchTerm, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm, int offset, int maxResults, @NotNull DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Modifier and TypeMethodDescriptionDeploymentVersionVcsChangesetService.compareVersionsByChangesets
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2, int maxCommits) Find allDeploymentVersionVcsChangeset
that happened after creation of older version until (and including) the creation of newer version.DeploymentVersionVcsChangesetServiceImpl.compareVersionsByChangesets
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2, int maxCommits) DeploymentVersionLinkedJiraIssuesService.compareVersionsByJiraIssues
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) Get JIRA issue links for comparing two versions, i.e.DeploymentVersionLinkedJiraIssuesServiceImpl.compareVersionsByJiraIssues
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) @NotNull List<DeploymentVersion>
DeploymentVersionService.findVersionsBetween
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) Deprecated.since 6.8 as it fetches variables, which is not efficient.@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.findVersionsBetween
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) @NotNull List<DeploymentVersion>
DeploymentVersionService.findVersionsBetweenNoVariables
(@org.jetbrains.annotations.NotNull long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) Find versions created between version1 and version2.@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.findVersionsBetweenNoVariables
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) @NotNull List<DeploymentVersionVcsChangeset>
DeploymentVersionVcsChangesetService.getChangesetsForDeploymentVersion
(@NotNull DeploymentVersion deploymentVersion) Find allDeploymentVersionVcsChangeset
associated with aDeploymentVersion
@NotNull List<DeploymentVersionVcsChangeset>
DeploymentVersionVcsChangesetServiceImpl.getChangesetsForDeploymentVersion
(@NotNull DeploymentVersion deploymentVersion) DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits, @NotNull DeploymentVersion version) Same as above, but finds changesets between a certain version and the new version to be created from the planResultKey.DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits, @NotNull DeploymentVersion version) int
DeploymentVersionVcsChangesetService.getCommitCountForDeploymentVersion
(@NotNull DeploymentVersion deploymentVersion) count of all commits in all changesets associated with aDeploymentVersion
int
DeploymentVersionVcsChangesetServiceImpl.getCommitCountForDeploymentVersion
(@NotNull DeploymentVersion deploymentVersion) @NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, DeploymentVersion previousVersion) Same as above, but gets all issues between a specific version and the planResultKey.@NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, DeploymentVersion previousVersion) DeploymentVersionVcsChangesetService.getLastNCommitsForVersion
(long deploymentProjectId, DeploymentVersion deploymentVersion, int maxCommits) Find changesets for the version and fetch n last commits.DeploymentVersionVcsChangesetServiceImpl.getLastNCommitsForVersion
(long deploymentProjectId, DeploymentVersion deploymentVersion, int maxCommits) DeploymentVersionService.getVersionArtifacts
(@NotNull DeploymentVersion deploymentVersion) Find allArtifact
related to a version.DeploymentVersionServiceImpl.getVersionArtifacts
(@NotNull DeploymentVersion deploymentVersion) @NotNull DeploymentVersion
DeploymentVersionService.renameVersion
(long deploymentProjectId, @NotNull DeploymentVersion deploymentVersion, @NotNull String newVersionName) Rename a version.@NotNull DeploymentVersion
DeploymentVersionServiceImpl.renameVersion
(long deploymentProjectId, @NotNull DeploymentVersion deploymentVersion, @NotNull String newVersionName) @NotNull MutableDeploymentVersion
VersionNamingService.renameVersion
(long deploymentProjectId, DeploymentVersion deploymentVersion, String newVersionName) Rename a version.@NotNull MutableDeploymentVersion
VersionNamingServiceImpl.renameVersion
(long deploymentProjectId, DeploymentVersion deploymentVersion, String newVersionName) void
DeploymentVersionService.resetVersionsAge
(@NotNull DeploymentVersion deploymentVersion) Resets version's age to 0.void
DeploymentVersionServiceImpl.resetVersionsAge
(@NotNull DeploymentVersion deploymentVersion) @NotNull ErrorCollection
DeploymentVersionService.validateDeploymentVersionRename
(long deploymentProjectId, @NotNull DeploymentVersion deploymentVersion, @Nullable String name) Validates values to be used for renaming version.@NotNull ErrorCollection
DeploymentVersionServiceImpl.validateDeploymentVersionRename
(long deploymentProjectId, @NotNull DeploymentVersion deploymentVersion, @Nullable String name) -
Uses of DeploymentVersion in com.atlassian.bamboo.jira.jiraissues
Modifier and TypeMethodDescription@Nullable String
JiraIssueUtils.getRenderedString
(@Nullable String inputString, @NotNull DeploymentVersion deploymentVersion) Renders valid jira issues in the input string, valid issues are determined by what is stored in the DeploymentVersion -
Uses of DeploymentVersion in com.atlassian.bamboo.plugins.jira.rest.model.deployment
-
Uses of DeploymentVersion in com.atlassian.bamboo.plugins.rest.deployments.issues
ModifierConstructorDescriptionRestDeploymentProjectStatusForJiraIssue
(@NotNull DeploymentProject deploymentProject, @NotNull Map<Long, EnvironmentStub> environmentMap, @NotNull List<DeploymentVersion> versions, @NotNull Map<Long, DeploymentVersionStatus> deploymentVersionStatuses, @NotNull Map<Long, EnvironmentStatusForDashboard> environmentStatuses, @NotNull String baseUrl, @NotNull DeploymentVersionService deploymentVersionService) -
Uses of DeploymentVersion in com.atlassian.bamboo.plugins.rest.deployments.versions
-
Uses of DeploymentVersion in com.atlassian.bamboo.plugins.testutils.deployments
Modifier and TypeMethodDescription@NotNull DeploymentVersion
DeploymentsTestService.createDeploymentVersion
(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey) @NotNull DeploymentVersion
DeploymentsTestServiceImpl.createDeploymentVersion
(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey) Modifier and TypeMethodDescription@NotNull List<DeploymentVersion>
DeploymentsTestService.createDeploymentVersions
(@NotNull DeploymentProject deploymentProject, int firstResult, int maxResults) @NotNull List<DeploymentVersion>
DeploymentsTestServiceImpl.createDeploymentVersions
(@NotNull DeploymentProject deploymentProject, int firstResult, int maxResults) -
Uses of DeploymentVersion in com.atlassian.bamboo.rest.model.deployments.results
Modifier and TypeMethodDescription@Nullable DeploymentVersion
RestDeploymentResult.getDeploymentVersion()
-
Uses of DeploymentVersion in com.atlassian.bamboo.rest.model.deployments.versions
ModifierConstructorDescriptionRestDeploymentVersion
(@NotNull DeploymentVersion deploymentVersion) -
Uses of DeploymentVersion in com.atlassian.bamboo.ww2.actions.chains
Modifier and TypeMethodDescriptionViewChainSummary.VersionWithRelatedPlanResults.getDeploymentVersion()
DeploymentResult.getDeploymentVersion()