Uses of Interface
com.atlassian.bamboo.deployments.versions.history.commit.DeploymentVersionVcsChangeset

Packages that use DeploymentVersionVcsChangeset
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.history.commit   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.webrepository   
 

Uses of DeploymentVersionVcsChangeset in com.atlassian.bamboo.deployments.versions.actions
 

Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type DeploymentVersionVcsChangeset
 java.util.List<DeploymentVersionVcsChangeset> ViewDeploymentVersionCommits.getChangesets()
           
 

Uses of DeploymentVersionVcsChangeset in com.atlassian.bamboo.deployments.versions.history.commit
 

Classes in com.atlassian.bamboo.deployments.versions.history.commit that implement DeploymentVersionVcsChangeset
 class DeploymentVersionVcsChangesetImpl
           
 

Uses of DeploymentVersionVcsChangeset in com.atlassian.bamboo.deployments.versions.service
 

Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type DeploymentVersionVcsChangeset
 Pair<java.util.List<DeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 Pair<java.util.List<DeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 java.util.List<DeploymentVersionVcsChangeset> DeploymentVersionCommitsComparisonResult.getChangesets()
           
 java.util.List<DeploymentVersionVcsChangeset> DeploymentVersionVcsChangesetServiceImpl.getChangesetsForDeploymentVersion(DeploymentVersion deploymentVersion)
           
 java.util.List<DeploymentVersionVcsChangeset> DeploymentVersionVcsChangesetService.getChangesetsForDeploymentVersion(DeploymentVersion deploymentVersion)
          Find all DeploymentVersionVcsChangeset associated with a DeploymentVersion
 

Constructor parameters in com.atlassian.bamboo.deployments.versions.service with type arguments of type DeploymentVersionVcsChangeset
DeploymentVersionCommitsComparisonResult(java.util.List<DeploymentVersionVcsChangeset> changesets, int totalCommitCount)
           
 

Uses of DeploymentVersionVcsChangeset in com.atlassian.bamboo.webrepository
 

Methods in com.atlassian.bamboo.webrepository with parameters of type DeploymentVersionVcsChangeset
 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.
 



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