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

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

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

Fields in org.hudsonci.maven.model.config declared as FailModeDTO
protected  FailModeDTO BuildConfigurationDTO.failMode
           
 

Methods in org.hudsonci.maven.model.config that return FailModeDTO
static FailModeDTO FailModeDTO.fromValue(String v)
           
 FailModeDTO BuildConfigurationDTO.getFailMode()
          Gets the value of the failMode property.
static FailModeDTO FailModeDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FailModeDTO[] FailModeDTO.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 FailModeDTO
 void BuildConfigurationDTO.setFailMode(FailModeDTO value)
          Sets the value of the failMode property.
 BuildConfigurationDTO BuildConfigurationDTO.withFailMode(FailModeDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.