com.atlassian.bamboo.plugins.jira.rest.model.deployment
Class DeploymentProjectSummary

java.lang.Object
  extended by com.atlassian.bamboo.plugins.jira.rest.model.deployment.DeploymentProjectSummary
All Implemented Interfaces:
NameProvider

public class DeploymentProjectSummary
extends Object
implements NameProvider


Constructor Summary
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)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 String getName()
Specified by:
getName in interface NameProvider


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.