com.atlassian.bamboo.plugins.rest.deployments.issues
Class RestDeploymentProjectLink

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.deployments.issues.RestDeploymentProjectLink
All Implemented Interfaces:
NameProvider

public class RestDeploymentProjectLink
extends Object
implements NameProvider


Constructor Summary
RestDeploymentProjectLink(DeploymentProject deploymentProject, String baseUrl, int environmentCount, int upToDateEnvironmentCount)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestDeploymentProjectLink

public RestDeploymentProjectLink(@NotNull
                                 DeploymentProject deploymentProject,
                                 @NotNull
                                 String baseUrl,
                                 int environmentCount,
                                 int upToDateEnvironmentCount)
Method Detail

getName

@Nullable
public String getName()
Specified by:
getName in interface NameProvider


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