Uses of Class
org.hudsonci.maven.model.state.BuildResultDTO

Packages that use BuildResultDTO
org.hudsonci.maven.model.state   
 

Uses of BuildResultDTO in org.hudsonci.maven.model.state
 

Fields in org.hudsonci.maven.model.state declared as BuildResultDTO
protected  BuildResultDTO BuildSummaryDTO.result
           
 

Methods in org.hudsonci.maven.model.state that return BuildResultDTO
static BuildResultDTO BuildResultDTO.fromValue(String v)
           
 BuildResultDTO BuildSummaryDTO.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.maven.model.state with parameters of type BuildResultDTO
 void BuildSummaryDTO.setResult(BuildResultDTO value)
          Sets the value of the result property.
 BuildSummaryDTO BuildSummaryDTO.withResult(BuildResultDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.