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

Packages that use InitLevelDTO
org.hudsonci.rest.model   
 

Uses of InitLevelDTO in org.hudsonci.rest.model
 

Fields in org.hudsonci.rest.model declared as InitLevelDTO
protected  InitLevelDTO StatusDTO.initLevel
           
 

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

Methods in org.hudsonci.rest.model with parameters of type InitLevelDTO
 void StatusDTO.setInitLevel(InitLevelDTO value)
          Sets the value of the initLevel property.
 StatusDTO StatusDTO.withInitLevel(InitLevelDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.