Uses of Class
org.hudsonci.rest.model.LabelDTO

Packages that use LabelDTO
org.hudsonci.rest.model   
 

Uses of LabelDTO in org.hudsonci.rest.model
 

Fields in org.hudsonci.rest.model with type parameters of type LabelDTO
protected  List<LabelDTO> LabelsDTO.labels
           
 

Methods in org.hudsonci.rest.model that return LabelDTO
 LabelDTO ObjectFactory.createLabelDTO()
          Create an instance of LabelDTO
 LabelDTO LabelDTO.withName(String value)
           
 

Methods in org.hudsonci.rest.model that return types with arguments of type LabelDTO
 List<LabelDTO> LabelsDTO.getLabels()
          Gets the value of the labels property.
 

Methods in org.hudsonci.rest.model with parameters of type LabelDTO
 LabelsDTO LabelsDTO.withLabels(LabelDTO... values)
           
 

Method parameters in org.hudsonci.rest.model with type arguments of type LabelDTO
 LabelsDTO LabelsDTO.withLabels(Collection<LabelDTO> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.