Uses of Interface
com.atlassian.bamboo.deployments.versions.DeploymentVersion
-
-
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return DeploymentVersion Modifier and Type Method Description @NotNull DeploymentVersion
DeploymentContext. getDeploymentVersion()
@NotNull DeploymentVersion
DeploymentContextImpl. getDeploymentVersion()
Constructors in com.atlassian.bamboo.deployments.execution with parameters of type DeploymentVersion Constructor Description DeploymentContextImpl(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String,String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap, com.google.common.collect.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
Methods in com.atlassian.bamboo.deployments.execution.actions that return DeploymentVersion Modifier and Type Method Description DeploymentVersion
DeleteDeploymentResult. getDeploymentVersion()
DeploymentVersion
ExecuteManualDeployment. getPreselectedVersion()
-
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentVersion Modifier and Type Method Description DeploymentContext
DeploymentExecutionService. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason)
Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentContext
DeploymentExecutionService. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, boolean isVerboseLoggingOn)
Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentContext
DeploymentExecutionServiceImpl. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason)
DeploymentContext
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
Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentVersion Modifier and Type Method Description EnvironmentTriggeringAction
EnvironmentTriggeringActionFactory. 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.EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createManualEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull DeploymentVersion version, @NotNull com.atlassian.user.User user, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn)
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentVersion Constructor Description ManualEnvironmentTriggeringAction(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
Methods in com.atlassian.bamboo.deployments.projects that return DeploymentVersion Modifier and Type Method Description @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()
Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type DeploymentVersion Modifier and Type Method Description static com.google.common.base.Function<DeploymentResult,DeploymentVersion>
DeploymentProjectFunctions. getDeploymentResultVersion()
Deprecated.since 5.10, use method reference toDeploymentResult.getDeploymentVersion()
Constructors in com.atlassian.bamboo.deployments.projects with parameters of type DeploymentVersion Constructor Description DeploymentProjectStatusForResultSummaryImpl(@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
Methods in com.atlassian.bamboo.deployments.projects.actions that return DeploymentVersion Modifier and Type Method Description DeploymentVersion
ViewDeploymentProjects.DeploymentVersionWithEnvironments. getDeploymentVersion()
Constructors in com.atlassian.bamboo.deployments.projects.actions with parameters of type DeploymentVersion Constructor Description DeploymentVersionWithEnvironments(DeploymentVersion deploymentVersion, Iterable<? extends InternalEnvironment> environments, DeploymentVersionState versionGeneralState)
-
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return DeploymentVersion Modifier and Type Method Description @Nullable DeploymentVersion
DeploymentResult. getDeploymentVersion()
@Nullable DeploymentVersion
DeploymentResultImpl. getDeploymentVersion()
Constructors in com.atlassian.bamboo.deployments.results with parameters of type DeploymentVersion Constructor Description DeploymentResultImpl(long id, BuildState deploymentState, LifeCycleState lifeCycleState, Date startedDate, Date queuedDate, Date executedDate, Date finishedDate, String deploymentVersionName, Long agentId, Map<String,String> customData, TriggerReason triggerReason, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations, @Nullable AgentType agentType)
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
Methods in com.atlassian.bamboo.deployments.results.service that return DeploymentVersion Modifier and Type Method Description @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.DeploymentVersion
DeploymentResultServiceImpl. getRollbackVersion(long environmentId)
@Nullable DeploymentVersion
DeploymentResultServiceImpl. getRollbackVersion(@NotNull DeploymentResult deploymentResult)
-
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.runtime
Methods in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentVersion Modifier and Type Method Description void
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
DeploymentInProgressImpl.Builder. withDeploymentVersion(@NotNull DeploymentVersion deploymentVersion)
-
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions
Classes in com.atlassian.bamboo.deployments.versions that implement DeploymentVersion Modifier and Type Class Description class
DeploymentVersionImpl
Methods in com.atlassian.bamboo.deployments.versions with parameters of type DeploymentVersion Modifier and Type Method Description static Map<String,Pair<Boolean,String>>
DeploymentExecutionResolver. 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
Methods in com.atlassian.bamboo.deployments.versions.actions that return DeploymentVersion Modifier and Type Method Description protected DeploymentVersion
AbstractCreateDeploymentVersion. createVersion(DeploymentProject deploymentProject, String newReleaseBuildResult, String versionName)
@Nullable DeploymentVersion
AbstractDeploymentVersionAction. getDeploymentVersion()
@Nullable DeploymentVersion
CreateDeploymentVersion. getLatestVersion()
Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type DeploymentVersion Modifier and Type Method Description protected @NotNull Pair<DeploymentVersion,PlanResultKey>
AbstractCreateDeploymentVersion. getLatestVersionWithPlanResultKey(@NotNull PlanKey sourcePlanKey, long deploymentProjectId)
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentVersion Modifier and Type Method Description protected List<ChainResultsSummary>
ViewDeploymentVersion. calculateTestedInResults(DeploymentVersion deploymentVersion)
-
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions.index
Constructors in com.atlassian.bamboo.deployments.versions.index with parameters of type DeploymentVersion Constructor Description IndexedVersionImpl(@NotNull DeploymentVersion deploymentVersion, @Nullable PlanResultKey planResultKey, @NotNull List<DeploymentVersionLinkedJiraIssue> issues)
-
Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return DeploymentVersion Modifier and Type Method Description @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)
DeploymentVersion
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)DeploymentVersion
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)
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)
@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)
Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type DeploymentVersion Modifier and Type Method Description @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 com.google.common.collect.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 com.google.common.collect.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>
DeploymentVersionServiceImpl. getDeploymentProjectVersionsNoVariables(@NotNull DeploymentProject deploymentProject)
@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl. getDeploymentProjectVersionsNoVariables(@NotNull DeploymentProject deploymentProject, int offset, int maxResults)
@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>
DeploymentVersionServiceImpl. searchVersionsByBranchAndNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm)
@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>
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>
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>
DeploymentVersionServiceImpl. searchVersionsByNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm)
Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersion Modifier and Type Method Description @NotNull DeploymentVersionCommitsComparisonResult
DeploymentVersionVcsChangesetService. 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.@NotNull DeploymentVersionCommitsComparisonResult
DeploymentVersionVcsChangesetServiceImpl. compareVersionsByChangesets(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2, int maxCommits)
List<DeploymentVersionLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesService. compareVersionsByJiraIssues(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2)
Get JIRA issue links for comparing two versions, i.e.List<DeploymentVersionLinkedJiraIssue>
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)
@NotNull DeploymentVersionCommitsComparisonResult
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.@NotNull DeploymentVersionCommitsComparisonResult
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)
@NotNull DeploymentVersionCommitsComparisonResult
DeploymentVersionVcsChangesetService. getLastNCommitsForVersion(long deploymentProjectId, DeploymentVersion deploymentVersion, int maxCommits)
Find changesets for the version and fetch n last commits.@NotNull DeploymentVersionCommitsComparisonResult
DeploymentVersionVcsChangesetServiceImpl. getLastNCommitsForVersion(long deploymentProjectId, DeploymentVersion deploymentVersion, int maxCommits)
@NotNull com.google.common.collect.Multimap<String,Artifact>
DeploymentVersionService. getVersionArtifacts(@NotNull DeploymentVersion deploymentVersion)
Find allArtifact
related to a version.@NotNull com.google.common.collect.Multimap<String,Artifact>
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
Methods in com.atlassian.bamboo.jira.jiraissues with parameters of type DeploymentVersion Modifier and Type Method Description @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
Constructors in com.atlassian.bamboo.plugins.jira.rest.model.deployment with parameters of type DeploymentVersion Constructor Description VersionSummary(DeploymentVersion version, String baseUrl)
-
Uses of DeploymentVersion in com.atlassian.bamboo.plugins.rest.deployments.issues
Constructor parameters in com.atlassian.bamboo.plugins.rest.deployments.issues with type arguments of type DeploymentVersion Constructor Description RestDeploymentProjectStatusForJiraIssue(@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
Constructors in com.atlassian.bamboo.plugins.rest.deployments.versions with parameters of type DeploymentVersion Constructor Description DeploymentVersionSearchResult(DeploymentVersion version)
-
Uses of DeploymentVersion in com.atlassian.bamboo.plugins.testutils.deployments
Methods in com.atlassian.bamboo.plugins.testutils.deployments that return DeploymentVersion Modifier and Type Method Description @NotNull DeploymentVersion
DeploymentsTestService. createDeploymentVersion(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey)
@NotNull DeploymentVersion
DeploymentsTestServiceImpl. createDeploymentVersion(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey)
Methods in com.atlassian.bamboo.plugins.testutils.deployments that return types with arguments of type DeploymentVersion Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.rest.model.deployments.results that return DeploymentVersion Modifier and Type Method Description @Nullable DeploymentVersion
RestDeploymentResult. getDeploymentVersion()
-
Uses of DeploymentVersion in com.atlassian.bamboo.rest.model.deployments.versions
Classes in com.atlassian.bamboo.rest.model.deployments.versions that implement DeploymentVersion Modifier and Type Class Description class
RestDeploymentVersion
Constructors in com.atlassian.bamboo.rest.model.deployments.versions with parameters of type DeploymentVersion Constructor Description RestDeploymentVersion(@NotNull DeploymentVersion deploymentVersion)
-
Uses of DeploymentVersion in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return DeploymentVersion Modifier and Type Method Description DeploymentVersion
ViewChainSummary.VersionWithRelatedPlanResults. getDeploymentVersion()
-