public enum AuditLogEntityType extends Enum<AuditLogEntityType>
Enum Constant and Description |
---|
DEPLOYMENT_PROJECT |
IMAGE_CONFIG |
PLAN |
REPOSITORY |
STAGE |
TASK |
TRIGGER |
VARIABLE |
Modifier and Type | Method and Description |
---|---|
static AuditLogEntityType |
getInstance(String name)
Returns the appropriate enum value from the given type string
|
String |
toString() |
static AuditLogEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditLogEntityType TASK
public static final AuditLogEntityType STAGE
public static final AuditLogEntityType REPOSITORY
public static final AuditLogEntityType VARIABLE
public static final AuditLogEntityType TRIGGER
public static final AuditLogEntityType IMAGE_CONFIG
public static final AuditLogEntityType PLAN
public static final AuditLogEntityType DEPLOYMENT_PROJECT
public static AuditLogEntityType[] values()
for (AuditLogEntityType c : AuditLogEntityType.values()) System.out.println(c);
public static AuditLogEntityType 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 toString()
toString
in class Enum<AuditLogEntityType>
@Nullable public static AuditLogEntityType getInstance(String name)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.