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

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

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

Fields in org.hudsonci.rest.model.build declared as BuildEventTypeDTO
protected  BuildEventTypeDTO BuildEventDTO.type
           
 

Methods in org.hudsonci.rest.model.build that return BuildEventTypeDTO
static BuildEventTypeDTO BuildEventTypeDTO.fromValue(String v)
           
 BuildEventTypeDTO BuildEventDTO.getType()
          Gets the value of the type property.
static BuildEventTypeDTO BuildEventTypeDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BuildEventTypeDTO[] BuildEventTypeDTO.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 BuildEventTypeDTO
 void BuildEventDTO.setType(BuildEventTypeDTO value)
          Sets the value of the type property.
 BuildEventDTO BuildEventDTO.withType(BuildEventTypeDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.