public enum BuildReleaseMethod extends Enum<BuildReleaseMethod> implements BaseEnum
BaseEnum.Cache
Enum Constant and Description |
---|
DockerImage |
LocalCommand |
No
发布
|
Outgiving |
Project |
Ssh |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
枚举的code
|
String |
getDesc()
枚举的描述
|
static BuildReleaseMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildReleaseMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getDescByCode, getEnum, getEnum, getMap, toJSONArray, toJSONObject
public static final BuildReleaseMethod No
public static final BuildReleaseMethod Outgiving
public static final BuildReleaseMethod Project
public static final BuildReleaseMethod Ssh
public static final BuildReleaseMethod LocalCommand
public static final BuildReleaseMethod DockerImage
public static BuildReleaseMethod[] values()
for (BuildReleaseMethod c : BuildReleaseMethod.values()) System.out.println(c);
public static BuildReleaseMethod 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 int getCode()
BaseEnum
Copyright © 2017–2022. All rights reserved.