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

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

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

Fields in org.hudsonci.rest.model.build declared as ChangeTypeDTO
protected  ChangeTypeDTO ChangeFileDTO.type
           
 

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



Copyright © 2004-2011 Hudson. All Rights Reserved.