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

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

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 BaseBuildDetails.labels
           
protected  RestBuildLabelList BaseBuild.labels
           
 

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

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)
           
 

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

Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as RestBuildLabelList
protected  RestBuildLabelList RestChainResult.labels
           
 



Copyright © 2010 Atlassian. All Rights Reserved.