Class DeploymentProjectSummary
java.lang.Object
com.atlassian.bamboo.plugins.jira.rest.model.deployment.DeploymentProjectSummary
- All Implemented Interfaces:
NameProvider
-
Constructor Summary
ConstructorDescriptionDeploymentProjectSummary
(DeploymentProject deploymentProject, String mainBranch, com.google.common.collect.ImmutableList<VersionSummary> latestVersions, com.google.common.collect.ImmutableList<EnvironmentSummary> environments, String firstMainlineVersion, String lastMainlineVersion, com.google.common.collect.ImmutableList<String> branches, String baseUrl) -
Method Summary
-
Constructor Details
-
DeploymentProjectSummary
public DeploymentProjectSummary() -
DeploymentProjectSummary
public DeploymentProjectSummary(DeploymentProject deploymentProject, String mainBranch, com.google.common.collect.ImmutableList<VersionSummary> latestVersions, com.google.common.collect.ImmutableList<EnvironmentSummary> environments, String firstMainlineVersion, String lastMainlineVersion, com.google.common.collect.ImmutableList<String> branches, String baseUrl)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceNameProvider
-