Uses of Interface
com.atlassian.bamboo.deployments.versions.DeploymentVersion

Packages that use DeploymentVersion
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.actions   
com.atlassian.bamboo.deployments.results   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.versions   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.jira.jiraissues   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.ww2.actions.chains   
 

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)
           
 

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.getLatestVersion()
           
 DeploymentVersion ExecuteManualDeployment.getRollbackVersion()
           
 

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(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.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
           
 

Methods in com.atlassian.bamboo.deployments.versions with parameters of type DeploymentVersion
 int DeploymentVersion.CreatedDateOrdering.compare(DeploymentVersion o1, DeploymentVersion o2)
           
 

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
 DeploymentVersion AbstractDeploymentVersionAction.getDeploymentVersion()
           
 DeploymentVersion CreateDeploymentVersion.getLatestVersion()
           
 

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.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)
          Create a deployment version out of a deployment project and plan result.
 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 id)
           
 DeploymentVersion DeploymentVersionService.getLatestVersionForProject(long deploymentProjectId)
          Find the latest version for a deployment project.
 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.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.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
 int DeploymentVersionVcsChangesetServiceImpl.getCommitCountForDeploymentVersion(DeploymentVersion deploymentVersion)
           
 int DeploymentVersionVcsChangesetService.getCommitCountForDeploymentVersion(DeploymentVersion deploymentVersion)
          count of all commits in all changesets associated with a DeploymentVersion
 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.webrepository
 

Methods in com.atlassian.bamboo.webrepository with parameters of type DeploymentVersion
 java.lang.String DeploymentsAwareWebRepositoryViewer.getHtmlForDeploymentVersionCommitSummary(DeploymentVersion deploymentVersion, DeploymentVersionVcsChangeset repositoryChangeset, RepositoryData repositoryData, int maxChanges)
          Renders the html to display a summary of the commits from a single changeset on the Deployment Version Commits and Issues tab.
 

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()
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.