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

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

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

Fields in org.hudsonci.maven.model.config declared as ChecksumModeDTO
protected  ChecksumModeDTO BuildConfigurationDTO.checksumMode
           
 

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



Copyright © 2004-2011 Hudson. All Rights Reserved.