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