|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.execution |
|---|
| Methods in com.atlassian.bamboo.deployments.execution that return DeploymentVersion | |
|---|---|
DeploymentVersion |
DeploymentContextImpl.getDeploymentVersion()
|
DeploymentVersion |
DeploymentContext.getDeploymentVersion()
|
| Constructors in com.atlassian.bamboo.deployments.execution with parameters of type DeploymentVersion | |
|---|---|
DeploymentContextImpl(DeploymentProject deploymentProject,
DeploymentResult deploymentResult,
java.util.List<TaskDefinition> taskDefinitions,
java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration,
VariableContext variableContext,
java.util.Map<java.lang.Long,RepositoryDefinition> repositoryDefinitionMap,
java.util.Map<java.lang.String,Artifact> versionArtifacts,
DeploymentVersion previousVersion,
java.lang.Iterable<CredentialsData> sharedCredentials)
|
|
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.execution.actions |
|---|
| Methods in com.atlassian.bamboo.deployments.execution.actions that return DeploymentVersion | |
|---|---|
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 | |
|---|---|
DeploymentContext |
DeploymentExecutionServiceImpl.prepareDeploymentContext(Environment environment,
DeploymentVersion deploymentVersion,
TriggerReason triggerReason)
|
DeploymentContext |
DeploymentExecutionService.prepareDeploymentContext(Environment environment,
DeploymentVersion deploymentVersion,
TriggerReason triggerReason)
Prepare DeploymentContext out of Environment and DeploymentVersion |
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.execution.triggering |
|---|
| Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentVersion | |
|---|---|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createManualEnvironmentTriggeringAction(Environment environment,
DeploymentVersion version,
com.atlassian.user.User user)
|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createManualEnvironmentTriggeringAction(Environment environment,
DeploymentVersion version,
com.atlassian.user.User user)
Creates EnvironmentTriggeringAction used during manual execution of Environment. |
| Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentVersion | |
|---|---|
ManualEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService,
TriggerManager triggerManager,
Environment environment,
DeploymentVersion version,
com.atlassian.user.User user)
|
|
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.projects |
|---|
| Methods in com.atlassian.bamboo.deployments.projects that return DeploymentVersion | |
|---|---|
DeploymentVersion |
DeploymentProjectStatusForResultSummaryImpl.getFutureVersion()
|
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. |
DeploymentVersion |
DeploymentProjectStatusForResultSummaryImpl.getRelatedVersion()
|
DeploymentVersion |
DeploymentProjectStatusForResultSummary.getRelatedVersion()
Version associated with the ResultsSummary |
| Constructors in com.atlassian.bamboo.deployments.projects with parameters of type DeploymentVersion | |
|---|---|
DeploymentProjectStatusForResultSummaryImpl(DeploymentProject deploymentProject,
DeploymentVersion relatedVersion,
DeploymentVersion futureVersion,
ResultsSummary futureVersionResult,
java.util.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 | |
|---|---|
DeploymentVersion |
ViewDeploymentProjects.DeploymentVersionWithEnvironments.getDeploymentVersion()
|
| Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type DeploymentVersion | |
|---|---|
java.util.List<DeploymentVersion> |
ViewDeploymentProjects.getVersions()
|
| Constructors in com.atlassian.bamboo.deployments.projects.actions with parameters of type DeploymentVersion | |
|---|---|
ViewDeploymentProjects.DeploymentVersionWithEnvironments(DeploymentVersion deploymentVersion,
java.lang.Iterable<Environment> environments)
|
|
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.results |
|---|
| Methods in com.atlassian.bamboo.deployments.results that return DeploymentVersion | |
|---|---|
DeploymentVersion |
DeploymentResultImpl.getDeploymentVersion()
|
DeploymentVersion |
DeploymentResult.getDeploymentVersion()
|
| Constructors in com.atlassian.bamboo.deployments.results with parameters of type DeploymentVersion | |
|---|---|
DeploymentResultImpl(MutableDeploymentResult deploymentResult,
Environment environment,
DeploymentVersion deploymentVersion,
Operations operations)
|
|
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.results.service |
|---|
| Methods in com.atlassian.bamboo.deployments.results.service that return DeploymentVersion | |
|---|---|
DeploymentVersion |
DeploymentResultServiceImpl.getRollbackVersion(DeploymentResult deploymentResult)
|
DeploymentVersion |
DeploymentResultService.getRollbackVersion(DeploymentResult deploymentResult)
For a given deployment result find the version that existed on the environment before that deployment. |
DeploymentVersion |
DeploymentResultServiceImpl.getRollbackVersion(long environmentId)
|
DeploymentVersion |
DeploymentResultService.getRollbackVersion(long environmentId)
For a given environment find the version that existed on the environment prior to the last deployment. |
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.runtime |
|---|
| Methods in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentVersion | |
|---|---|
void |
DeploymentsInProgressServiceImpl.onDeploymentTriggered(DeploymentResult deploymentResult,
DeploymentVersion deploymentVersion,
Environment environment,
DeploymentProject deploymentProject)
|
void |
DeploymentsInProgressService.onDeploymentTriggered(DeploymentResult deploymentResult,
DeploymentVersion deploymentVersion,
Environment environment,
DeploymentProject deploymentProject)
|
| Constructors in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentVersion | |
|---|---|
DeploymentInProgress(DeploymentResult deploymentResult,
DeploymentVersion deploymentVersion,
Environment environment,
DeploymentProject deploymentProject)
|
|
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions |
|---|
| Classes in com.atlassian.bamboo.deployments.versions that implement DeploymentVersion | |
|---|---|
class |
DeploymentVersionImpl
|
| Fields in com.atlassian.bamboo.deployments.versions with type parameters of type DeploymentVersion | |
|---|---|
static com.google.common.collect.Ordering<DeploymentVersion> |
DeploymentVersion.CreatedDateOrdering.INSTANCE
Deprecated. |
| Methods in com.atlassian.bamboo.deployments.versions with parameters of type DeploymentVersion | |
|---|---|
int |
DeploymentVersion.CreatedDateOrdering.compare(DeploymentVersion o1,
DeploymentVersion o2)
Deprecated. |
| Constructors in com.atlassian.bamboo.deployments.versions with parameters of type DeploymentVersion | |
|---|---|
DeploymentVersionImpl(DeploymentVersion version,
Operations operations)
|
|
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions.actions |
|---|
| Methods in com.atlassian.bamboo.deployments.versions.actions that return DeploymentVersion | |
|---|---|
protected DeploymentVersion |
AbstractCreateDeploymentVersion.createVersion(DeploymentProject deploymentProject,
java.lang.String newReleaseBuildResult,
java.lang.String versionName)
|
DeploymentVersion |
AbstractDeploymentVersionAction.getDeploymentVersion()
|
DeploymentVersion |
CreateDeploymentVersion.getLatestVersion()
|
| Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type DeploymentVersion | |
|---|---|
protected Pair<DeploymentVersion,PlanResultKey> |
AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey(PlanKey sourcePlanKey,
long deploymentProjectId)
|
| Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentVersion | |
|---|---|
protected java.util.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 | |
|---|---|
IndexedVersionImpl(DeploymentVersion deploymentVersion,
DeploymentProject deploymentProject,
PlanResultKey planResultKey,
java.util.List<DeploymentVersionLinkedJiraIssue> issues)
|
|
| Uses of DeploymentVersion in com.atlassian.bamboo.deployments.versions.service |
|---|
| Methods in com.atlassian.bamboo.deployments.versions.service that return DeploymentVersion | |
|---|---|
DeploymentVersion |
DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
|
DeploymentVersion |
DeploymentVersionService.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Deprecated. since 5.6 use DeploymentVersionService.getOrCreateDeploymentVersion(long, PlanResultKey) |
DeploymentVersion |
DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
com.atlassian.user.User user,
java.lang.String versionName,
java.lang.String nextVersionName)
|
DeploymentVersion |
DeploymentVersionService.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
com.atlassian.user.User user,
java.lang.String versionName,
java.lang.String nextVersionName)
Create a deployment version with a specific name. |
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) |
DeploymentVersion |
DeploymentVersionServiceImpl.findPreviousVersion(long deploymentProjectId,
long versionId)
|
DeploymentVersion |
DeploymentVersionService.findPreviousVersion(long deploymentProjectId,
long versionId)
|
DeploymentVersion |
DeploymentVersionServiceImpl.getDeploymentVersion(long deploymentVersionId)
|
DeploymentVersion |
DeploymentVersionService.getDeploymentVersion(long deploymentVersionId)
Get DeploymentVersion by id |
DeploymentVersion |
DeploymentVersionServiceImpl.getDeploymentVersionByName(java.lang.String existingVersionName,
long deploymentProjectId)
|
DeploymentVersion |
DeploymentVersionService.getDeploymentVersionByName(java.lang.String existingVersion,
long deploymentProjectId)
Get a specific version by name |
DeploymentVersion |
DeploymentVersionServiceImpl.getLatestVersionForProject(long deploymentProjectId)
|
DeploymentVersion |
DeploymentVersionService.getLatestVersionForProject(long deploymentProjectId)
Deprecated. since 5.1 use DeploymentVersionService.getLatestVersionForProject(long, PlanKey) |
DeploymentVersion |
DeploymentVersionServiceImpl.getLatestVersionForProject(long deploymentProjectId,
PlanKey branchKey)
|
DeploymentVersion |
DeploymentVersionService.getLatestVersionForProject(long deploymentProjectId,
PlanKey branchKey)
Find the latest version for a deployment project. |
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. |
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. |
DeploymentVersion |
DeploymentVersionServiceImpl.renameVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
java.lang.String newVersionName)
|
DeploymentVersion |
DeploymentVersionService.renameVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
java.lang.String newVersionName)
Rename a version. |
| Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type DeploymentVersion | |
|---|---|
java.util.Map<DeploymentVersion,java.lang.Integer> |
DeploymentVersionServiceImpl.findLatestKnownVersionsForEnvironmentsOfDeploymentProject(DeploymentProject deploymentProject)
|
java.util.Map<DeploymentVersion,java.lang.Integer> |
DeploymentVersionService.findLatestKnownVersionsForEnvironmentsOfDeploymentProject(DeploymentProject deploymentProject)
Find all DeploymentVersion that are currently deployed on environments of a DeploymentProject
For each version found give number of environments it is present on. |
java.util.List<DeploymentVersion> |
DeploymentVersionServiceImpl.findVersionsAssociatedWithJiraIssue(long deploymentProjectId,
java.lang.String issueKey)
|
java.util.List<DeploymentVersion> |
DeploymentVersionService.findVersionsAssociatedWithJiraIssue(long deploymentProjectId,
java.lang.String issueKey)
Find all the versions of a DeploymentProject that are associated with a JIRA issue |
com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion> |
DeploymentVersionServiceImpl.findVersionsAssociatedWithJiraIssue(java.lang.String issueKey)
|
com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion> |
DeploymentVersionService.findVersionsAssociatedWithJiraIssue(java.lang.String issueKey)
Find all the version that are associated with a JIRA issue, grouped by DeploymentProject |
java.util.List<DeploymentVersion> |
DeploymentVersionServiceImpl.findVersionsBetween(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2)
|
java.util.List<DeploymentVersion> |
DeploymentVersionService.findVersionsBetween(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2)
Find versions created between version1 and version2. |
java.util.List<DeploymentVersion> |
DeploymentVersionServiceImpl.getDeploymentProjectVersions(long deploymentProjectId)
|
java.util.List<DeploymentVersion> |
DeploymentVersionService.getDeploymentProjectVersions(long deploymentProjectId)
Retrieves the list of all the version for the deployment project, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts) |
java.util.List<DeploymentVersion> |
DeploymentVersionServiceImpl.searchVersionsByBranch(long deploymentProjectId,
PlanKey branchKey)
|
java.util.List<DeploymentVersion> |
DeploymentVersionService.searchVersionsByBranch(long deploymentProjectId,
PlanKey branchKey)
Search for deployment versions in a project whose name contains the searchTerm |
java.util.List<DeploymentVersion> |
DeploymentVersionServiceImpl.searchVersionsByBranchAndName(long deploymentProjectId,
PlanKey branchKey,
java.lang.String searchTerm)
|
java.util.List<DeploymentVersion> |
DeploymentVersionService.searchVersionsByBranchAndName(long deploymentProjectId,
PlanKey branchKey,
java.lang.String searchTerm)
Search for deployment versions in a project whose name contains the searchTerm |
java.util.List<DeploymentVersion> |
DeploymentVersionServiceImpl.searchVersionsByName(long deploymentProjectId,
java.lang.String searchTerm)
|
java.util.List<DeploymentVersion> |
DeploymentVersionService.searchVersionsByName(long deploymentProjectId,
java.lang.String searchTerm)
Search for deployment versions in a project whose name contains the searchTerm |
| Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersion | |
|---|---|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetServiceImpl.compareVersionsByChangesets(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2,
int maxCommits)
|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetService.compareVersionsByChangesets(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2,
int maxCommits)
Find all DeploymentVersionVcsChangeset that happened after creation of older version until (and including) the creation of newer version. |
java.util.List<DeploymentVersionLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.compareVersionsByJiraIssues(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2)
|
java.util.List<DeploymentVersionLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.compareVersionsByJiraIssues(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2)
Get JIRA issue links for comparing two versions, i.e. |
java.util.List<DeploymentVersion> |
DeploymentVersionServiceImpl.findVersionsBetween(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2)
|
java.util.List<DeploymentVersion> |
DeploymentVersionService.findVersionsBetween(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2)
Find versions created between version1 and version2. |
java.util.List<DeploymentVersionVcsChangeset> |
DeploymentVersionVcsChangesetServiceImpl.getChangesetsForDeploymentVersion(DeploymentVersion deploymentVersion)
|
java.util.List<DeploymentVersionVcsChangeset> |
DeploymentVersionVcsChangesetService.getChangesetsForDeploymentVersion(DeploymentVersion deploymentVersion)
Find all DeploymentVersionVcsChangeset associated with a DeploymentVersion |
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. |
int |
DeploymentVersionVcsChangesetServiceImpl.getCommitCountForDeploymentVersion(DeploymentVersion deploymentVersion)
|
int |
DeploymentVersionVcsChangesetService.getCommitCountForDeploymentVersion(DeploymentVersion deploymentVersion)
count of all commits in all changesets associated with a DeploymentVersion |
java.util.List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
DeploymentVersion previousVersion)
|
java.util.List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
DeploymentVersion previousVersion)
Same as above, but gets all issues between a specific version and the planResultKey. |
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetServiceImpl.getLastNCommitsForVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
int maxCommits)
|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetService.getLastNCommitsForVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
int maxCommits)
Find changesets for the version and fetch n last commits. |
java.util.Map<java.lang.String,Artifact> |
DeploymentVersionServiceImpl.getVersionArtifacts(DeploymentVersion deploymentVersion)
|
java.util.Map<java.lang.String,Artifact> |
DeploymentVersionService.getVersionArtifacts(DeploymentVersion deploymentVersion)
Find all Artifact related to a version. |
MutableDeploymentVersion |
VersionNamingServiceImpl.renameVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
java.lang.String newVersionName)
|
MutableDeploymentVersion |
VersionNamingService.renameVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
java.lang.String newVersionName)
Rename a version. |
DeploymentVersion |
DeploymentVersionServiceImpl.renameVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
java.lang.String newVersionName)
|
DeploymentVersion |
DeploymentVersionService.renameVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
java.lang.String newVersionName)
Rename a version. |
ErrorCollection |
DeploymentVersionServiceImpl.validateDeploymentVersionRename(long deploymentProjectId,
DeploymentVersion deploymentVersion,
java.lang.String name)
|
ErrorCollection |
DeploymentVersionService.validateDeploymentVersionRename(long deploymentProjectId,
DeploymentVersion deploymentVersion,
java.lang.String name)
Validates values to be used for renaming version. |
| Uses of DeploymentVersion in com.atlassian.bamboo.jira.jiraissues |
|---|
| Methods in com.atlassian.bamboo.jira.jiraissues with parameters of type DeploymentVersion | |
|---|---|
java.lang.String |
JiraIssueUtils.getRenderedString(java.lang.String inputString,
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.testutils.deployments |
|---|
| Methods in com.atlassian.bamboo.plugins.testutils.deployments that return DeploymentVersion | |
|---|---|
DeploymentVersion |
DeploymentsTestServiceImpl.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey)
|
DeploymentVersion |
DeploymentsTestService.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey)
|
| Uses of DeploymentVersion in com.atlassian.bamboo.ww2.actions.chains |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.chains that return DeploymentVersion | |
|---|---|
DeploymentVersion |
ViewChainSummary.VersionWithPlanResultKeys.getDeploymentVersion()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||