com.atlassian.bamboo.plugins.rest.model.plan.label
Class RestPlanLabel

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.plan.label.RestPlanLabel

public class RestPlanLabel
extends java.lang.Object


Constructor Summary
RestPlanLabel()
           
 
Method Summary
static com.google.common.base.Function<java.lang.String,RestPlanLabel> createFromLabelFunction()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestPlanLabel

public RestPlanLabel()
Method Detail

createFromLabelFunction

public static com.google.common.base.Function<java.lang.String,RestPlanLabel> createFromLabelFunction()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)


Copyright © 2012 Atlassian. All Rights Reserved.