com.atlassian.bamboo.plugins.rest.deployments.projects
Class RestLinkedDeploymentProject

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.deployments.projects.RestLinkedDeploymentProject
All Implemented Interfaces:
BambooIdProvider, LinkedDeploymentProject, DescriptionProvider, NameProvider

public class RestLinkedDeploymentProject
extends Object
implements LinkedDeploymentProject


Constructor Summary
RestLinkedDeploymentProject(LinkedDeploymentProject linkedDeploymentProject)
           
 
Method Summary
 String getDescription()
           
 long getId()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestLinkedDeploymentProject

public RestLinkedDeploymentProject(LinkedDeploymentProject linkedDeploymentProject)
Method Detail

getId

public long getId()
Specified by:
getId in interface BambooIdProvider

getDescription

@Nullable
public String getDescription()
Specified by:
getDescription in interface DescriptionProvider

getName

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


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