|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||