Class DeploymentProjectSummary
- java.lang.Object
-
- com.atlassian.bamboo.plugins.jira.rest.model.deployment.DeploymentProjectSummary
-
- All Implemented Interfaces:
NameProvider
public class DeploymentProjectSummary extends Object implements NameProvider
-
-
Constructor Summary
Constructors Constructor Description DeploymentProjectSummary()
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)
-
-
-
Constructor Detail
-
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 Detail
-
getName
@NotNull public @NotNull String getName()
- Specified by:
getName
in interfaceNameProvider
-
-