public class NodePoolJob extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NodePoolJob.Attempt |
static class |
NodePoolJob.Status |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<NodePoolJob.Attempt> |
getAttempts() |
String |
getBuildNumber()
Get the jenkins build number for the project, if it's known.
|
String |
getDurationSeconds() |
hudson.model.Label |
getLabel() |
NodePool |
getNodePool() |
NodePoolJob.Status |
getResult() |
hudson.model.Queue.Task |
getTask() |
long |
getTaskId() |
int |
hashCode() |
boolean |
isDone() |
boolean |
isSuccess() |
void |
setBuildNumber(int buildNumber) |
String |
toString() |
public hudson.model.Label getLabel()
public hudson.model.Queue.Task getTask()
public long getTaskId()
public List<NodePoolJob.Attempt> getAttempts()
public boolean isDone()
public boolean isSuccess()
public String getDurationSeconds()
public NodePool getNodePool()
public String getBuildNumber()
public NodePoolJob.Status getResult()
public void setBuildNumber(int buildNumber)
Copyright © 2016–2018. All rights reserved.