Uses of Class
org.hudsonci.maven.model.config.VerbosityDTO

Packages that use VerbosityDTO
org.hudsonci.maven.model.config   
 

Uses of VerbosityDTO in org.hudsonci.maven.model.config
 

Fields in org.hudsonci.maven.model.config declared as VerbosityDTO
protected  VerbosityDTO BuildConfigurationDTO.verbosity
           
 

Methods in org.hudsonci.maven.model.config that return VerbosityDTO
static VerbosityDTO VerbosityDTO.fromValue(String v)
           
 VerbosityDTO BuildConfigurationDTO.getVerbosity()
          Gets the value of the verbosity property.
static VerbosityDTO VerbosityDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VerbosityDTO[] VerbosityDTO.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hudsonci.maven.model.config with parameters of type VerbosityDTO
 void BuildConfigurationDTO.setVerbosity(VerbosityDTO value)
          Sets the value of the verbosity property.
 BuildConfigurationDTO BuildConfigurationDTO.withVerbosity(VerbosityDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.