public enum Fabric8Annotations extends Enum<Fabric8Annotations>
Enum Constant and Description |
---|
BUILD_ID |
BUILD_URL |
DOCS_URL |
GIT_BRANCH |
GIT_CLONE_URL |
GIT_COMMIT |
GIT_LOCAL_CLONE_URL |
GIT_URL |
ISSUE_SYSTEM |
ISSUE_TRACKER_URL |
SCM_TAG |
SCM_URL |
SERVICE_EXPOSE_URL |
TARGET_PLATFORM |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
String |
value() |
static Fabric8Annotations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fabric8Annotations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fabric8Annotations SERVICE_EXPOSE_URL
public static final Fabric8Annotations BUILD_ID
public static final Fabric8Annotations BUILD_URL
public static final Fabric8Annotations GIT_COMMIT
public static final Fabric8Annotations GIT_URL
public static final Fabric8Annotations GIT_BRANCH
public static final Fabric8Annotations GIT_CLONE_URL
public static final Fabric8Annotations GIT_LOCAL_CLONE_URL
public static final Fabric8Annotations DOCS_URL
public static final Fabric8Annotations ISSUE_SYSTEM
public static final Fabric8Annotations ISSUE_TRACKER_URL
public static final Fabric8Annotations SCM_TAG
public static final Fabric8Annotations SCM_URL
public static final Fabric8Annotations TARGET_PLATFORM
public static Fabric8Annotations[] values()
for (Fabric8Annotations c : Fabric8Annotations.values()) System.out.println(c);
public static Fabric8Annotations 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 String value()
public String toString()
toString
in class Enum<Fabric8Annotations>
Copyright © 2021. All rights reserved.