public class BuildWithDetails extends Build
| Constructor and Description |
|---|
BuildWithDetails() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
downloadArtifact(Artifact a) |
boolean |
equals(Object obj) |
List |
getActions() |
List<Artifact> |
getArtifacts() |
List<BuildCause> |
getCauses() |
BuildChangeSet |
getChangeSet() |
String |
getConsoleOutputHtml() |
String |
getConsoleOutputText() |
List<BuildChangeSetAuthor> |
getCulprits() |
String |
getDescription() |
int |
getDuration() |
int |
getEstimatedDuration() |
String |
getFullDisplayName() |
String |
getId() |
Map<String,String> |
getParameters() |
BuildResult |
getResult() |
long |
getTimestamp() |
int |
hashCode() |
boolean |
isBuilding() |
void |
setChangeSet(BuildChangeSet changeSet) |
void |
setCulprits(List<BuildChangeSetAuthor> culprits) |
public boolean isBuilding()
public List<BuildCause> getCauses()
public String getDescription()
public int getDuration()
public int getEstimatedDuration()
public String getFullDisplayName()
public String getId()
public long getTimestamp()
public BuildResult getResult()
public List getActions()
public String getConsoleOutputText() throws IOException
IOExceptionpublic String getConsoleOutputHtml() throws IOException
IOExceptionpublic BuildChangeSet getChangeSet()
public void setChangeSet(BuildChangeSet changeSet)
public List<BuildChangeSetAuthor> getCulprits()
public void setCulprits(List<BuildChangeSetAuthor> culprits)
public InputStream downloadArtifact(Artifact a) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2015. All rights reserved.