|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.jenkins.v1.domain.LastBuild
public class LastBuild
Minimal info about a LastBuild GET http://host/job/project/lastBuild/api/json
| Nested Class Summary | |
|---|---|
static class |
LastBuild.Builder<B extends LastBuild.Builder<B>>
|
| Constructor Summary | |
|---|---|
protected |
LastBuild(LastBuild.Builder<?> builder)
|
| Method Summary | |
|---|---|
static LastBuild.Builder<?> |
builder()
|
boolean |
clone(Object o)
|
boolean |
equals(Object o)
|
String |
getBuilding()
building of the lastBuild |
String |
getDescription()
description of the lastBuild |
String |
getDuration()
duration of the lastBuild |
String |
getEstimatedDuration()
estimated duration of the lastBuild |
String |
getFullDisplayName()
full Display Name of the lastBuild |
String |
getId()
id of the lastBuild |
String |
getResult()
result of the lastBuild |
String |
getTimestamp()
timestamp of the lastBuild |
URI |
getUrl()
url of the lastBuild |
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
LastBuild.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected LastBuild(LastBuild.Builder<?> builder)
| Method Detail |
|---|
public static LastBuild.Builder<?> builder()
public LastBuild.Builder<?> toBuilder()
public String getId()
public URI getUrl()
public String getBuilding()
public String getDescription()
public String getDuration()
public String getEstimatedDuration()
public String getFullDisplayName()
public String getResult()
public String getTimestamp()
public boolean equals(Object o)
equals in class Objectpublic boolean clone(Object o)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||