public class LastBuild extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LastBuild.Builder<B extends LastBuild.Builder<B>> |
Modifier | Constructor and Description |
---|---|
protected |
LastBuild(LastBuild.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
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() |
protected LastBuild(LastBuild.Builder<?> builder)
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 clone(Object o)
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.