Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.label.RestBuildLabelList

Packages that use RestBuildLabelList
com.atlassian.bamboo.plugins.rest.documentation   
com.atlassian.bamboo.plugins.rest.model.build   
com.atlassian.bamboo.plugins.rest.model.build.label   
 

Uses of RestBuildLabelList in com.atlassian.bamboo.plugins.rest.documentation
 

Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestBuildLabelList
static RestBuildLabelList RestLabelExampleDocument.EXAMPLE_LABEL_LIST
           
 

Uses of RestBuildLabelList in com.atlassian.bamboo.plugins.rest.model.build
 

Fields in com.atlassian.bamboo.plugins.rest.model.build declared as RestBuildLabelList
protected  RestBuildLabelList Result.labels
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build that return RestBuildLabelList
protected  RestBuildLabelList Result.getLabels()
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type RestBuildLabelList
 void Result.setLabels(RestBuildLabelList labels)
           
 

Uses of RestBuildLabelList in com.atlassian.bamboo.plugins.rest.model.build.label
 

Methods in com.atlassian.bamboo.plugins.rest.model.build.label with parameters of type RestBuildLabelList
 void RestBuildLabels.setLabels(RestBuildLabelList labels)
           
 

Constructors in com.atlassian.bamboo.plugins.rest.model.build.label with parameters of type RestBuildLabelList
RestBuildLabels(RestBuildLabelList labelList)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.