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

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

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

Fields in org.hudsonci.maven.model.config declared as SnapshotUpdateModeDTO
protected  SnapshotUpdateModeDTO BuildConfigurationDTO.snapshotUpdateMode
           
 

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



Copyright © 2004-2011 Hudson. All Rights Reserved.