public class HostRecord extends Object
| Constructor and Description |
|---|
HostRecord(long timestamp,
String host,
String env,
String path,
String replaces) |
HostRecord(String host,
String env,
String path,
String replaces) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnv() |
String |
getHost() |
String |
getPath() |
String |
getReplaces() |
hudson.model.Fingerprint |
getReplacesFingerprint() |
long |
getTimestamp() |
String |
getTimestampString()
Gets the string that says how long since this build has scheduled.
|
int |
hashCode() |
public String getHost()
public String getEnv()
public long getTimestamp()
public String getPath()
public String getReplaces()
public hudson.model.Fingerprint getReplacesFingerprint()
throws IOException
IOExceptionpublic String getTimestampString()
Copyright © 2004-2014. All Rights Reserved.