Uses of Class
org.hudsonci.rest.model.build.BuildResultDTO

Packages that use BuildResultDTO
org.hudsonci.rest.model.build   
 

Uses of BuildResultDTO in org.hudsonci.rest.model.build
 

Fields in org.hudsonci.rest.model.build declared as BuildResultDTO
protected  BuildResultDTO BuildDTO.result
           
 

Methods in org.hudsonci.rest.model.build that return BuildResultDTO
static BuildResultDTO BuildResultDTO.fromValue(String v)
           
 BuildResultDTO BuildDTO.getResult()
          Gets the value of the result property.
static BuildResultDTO BuildResultDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BuildResultDTO[] BuildResultDTO.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hudsonci.rest.model.build with parameters of type BuildResultDTO
 void BuildDTO.setResult(BuildResultDTO value)
          Sets the value of the result property.
 BuildDTO BuildDTO.withResult(BuildResultDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.