public static enum Agent.AgentId extends Enum<Agent.AgentId>
Enum Constant and Description |
---|
BROWSER
A generic browser.
|
CURL
CURL.
|
HTTPIE
HTTPie.
|
INTELLIJ_IDEA
IntelliJ IDEA.
|
JBOSS_FORGE
JBoss Forge.
|
JENKINSX
Jenkins X.
|
NETBEANS
Netbeans.
|
NX
NX.
|
SPRING_BOOT_CLI
The Spring Boot CLI.
|
STS
Spring Tools Suite.
|
VSCODE
Visual Studio Code.
|
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
static Agent.AgentId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Agent.AgentId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Agent.AgentId CURL
public static final Agent.AgentId HTTPIE
public static final Agent.AgentId JBOSS_FORGE
public static final Agent.AgentId SPRING_BOOT_CLI
public static final Agent.AgentId STS
public static final Agent.AgentId INTELLIJ_IDEA
public static final Agent.AgentId NETBEANS
public static final Agent.AgentId VSCODE
public static final Agent.AgentId JENKINSX
public static final Agent.AgentId NX
public static final Agent.AgentId BROWSER
public static Agent.AgentId[] values()
for (Agent.AgentId c : Agent.AgentId.values()) System.out.println(c);
public static Agent.AgentId 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 getId()
public String getName()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.