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

Packages that use RestPlanLabel
com.atlassian.bamboo.plugins.rest.model.plan.label   
com.atlassian.bamboo.plugins.rest.resource   
 

Uses of RestPlanLabel in com.atlassian.bamboo.plugins.rest.model.plan.label
 

Methods in com.atlassian.bamboo.plugins.rest.model.plan.label that return types with arguments of type RestPlanLabel
static com.google.common.base.Function<java.lang.String,RestPlanLabel> RestPlanLabel.createFromLabelFunction()
           
 

Method parameters in com.atlassian.bamboo.plugins.rest.model.plan.label with type arguments of type RestPlanLabel
 void RestPlanLabelList.setLabel(java.util.List<RestPlanLabel> label)
           
 

Constructor parameters in com.atlassian.bamboo.plugins.rest.model.plan.label with type arguments of type RestPlanLabel
RestPlanLabelList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPlanLabel> callback)
           
 

Uses of RestPlanLabel in com.atlassian.bamboo.plugins.rest.resource
 

Methods in com.atlassian.bamboo.plugins.rest.resource with parameters of type RestPlanLabel
 void PlanResource.addPlanLabel(java.lang.String projectKey, java.lang.String buildKey, RestPlanLabel label, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
          Adds new label to plan specified by projectKey-buildKey.
 



Copyright © 2012 Atlassian. All Rights Reserved.