public enum UploadTimeOutValidator extends Enum<UploadTimeOutValidator>
Enum Constant and Description |
---|
THE_INSTANCE |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
validate(int uploadTimeOut)
Validate.
|
static UploadTimeOutValidator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadTimeOutValidator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UploadTimeOutValidator THE_INSTANCE
public static UploadTimeOutValidator[] values()
for (UploadTimeOutValidator c : UploadTimeOutValidator.values()) System.out.println(c);
public static UploadTimeOutValidator valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic hudson.util.FormValidation validate(int uploadTimeOut)
uploadTimeOut
- the upload time outCopyright © 2018–2022 Agiletestware. All rights reserved.