Enum ViewEphemeralAgentsPodsPage.TableElement
- java.lang.Object
-
- java.lang.Enum<ViewEphemeralAgentsPodsPage.TableElement>
-
- com.atlassian.bamboo.pageobjects.pages.admin.agent.ViewEphemeralAgentsPodsPage.TableElement
-
- All Implemented Interfaces:
Serializable
,Comparable<ViewEphemeralAgentsPodsPage.TableElement>
- Enclosing class:
- ViewEphemeralAgentsPodsPage
public static enum ViewEphemeralAgentsPodsPage.TableElement extends Enum<ViewEphemeralAgentsPodsPage.TableElement>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
static ViewEphemeralAgentsPodsPage.TableElement
valueOf(String name)
Returns the enum constant of this type with the specified name.static ViewEphemeralAgentsPodsPage.TableElement[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EPHEMERAL_POD_DETAILS_LINK
public static final ViewEphemeralAgentsPodsPage.TableElement EPHEMERAL_POD_DETAILS_LINK
-
EPHEMERAL_POD_ROW
public static final ViewEphemeralAgentsPodsPage.TableElement EPHEMERAL_POD_ROW
-
EPHEMERAL_POD_STATUS_TD
public static final ViewEphemeralAgentsPodsPage.TableElement EPHEMERAL_POD_STATUS_TD
-
EPHEMERAL_POD_UPTIME_TD
public static final ViewEphemeralAgentsPodsPage.TableElement EPHEMERAL_POD_UPTIME_TD
-
EPHEMERAL_POD_SHUTDOWN_LINK
public static final ViewEphemeralAgentsPodsPage.TableElement EPHEMERAL_POD_SHUTDOWN_LINK
-
EPHEMERAL_AGENT_DETAILS_LINK
public static final ViewEphemeralAgentsPodsPage.TableElement EPHEMERAL_AGENT_DETAILS_LINK
-
EPHEMERAL_TEMPLATE_DETAILS_LINK
public static final ViewEphemeralAgentsPodsPage.TableElement EPHEMERAL_TEMPLATE_DETAILS_LINK
-
EPHEMERAL_AGENT_STATUS
public static final ViewEphemeralAgentsPodsPage.TableElement EPHEMERAL_AGENT_STATUS
-
-
Method Detail
-
values
public static ViewEphemeralAgentsPodsPage.TableElement[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ViewEphemeralAgentsPodsPage.TableElement c : ViewEphemeralAgentsPodsPage.TableElement.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ViewEphemeralAgentsPodsPage.TableElement valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
public String getId()
-
-