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

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

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

Fields in org.hudsonci.maven.model.config declared as MakeModeDTO
protected  MakeModeDTO BuildConfigurationDTO.makeMode
           
 

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



Copyright © 2004-2011 Hudson. All Rights Reserved.