@IdiotProofImmutable public final class JenkinsNode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JenkinsNode.Builder |
Modifier and Type | Method and Description |
---|---|
static JenkinsNode.Builder |
builder() |
String |
getDisplayName() |
String |
getIcon() |
int |
getNumExecutors() |
List<String> |
getOfflineCause() |
com.google.common.base.Optional<String> |
getOfflineCauseReason() |
boolean |
isIdle() |
boolean |
isJnlpAgent() |
boolean |
isLaunchSupported() |
boolean |
isManualLaunchAllowed() |
boolean |
isOffline() |
boolean |
isTemporarilyOffline() |
public static JenkinsNode.Builder builder()
public String getDisplayName()
public boolean isIdle()
public boolean isJnlpAgent()
public boolean isLaunchSupported()
public boolean isManualLaunchAllowed()
public int getNumExecutors()
public boolean isOffline()
public List<String> getOfflineCause()
public com.google.common.base.Optional<String> getOfflineCauseReason()
public boolean isTemporarilyOffline()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.