public class BuildWithDetails extends Build
| Constructor and Description |
|---|
BuildWithDetails() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
downloadArtifact(Artifact a) |
List |
getActions() |
List<Artifact> |
getArtifacts() |
String |
getConsoleOutputHtml() |
String |
getConsoleOutputText() |
String |
getDescription() |
int |
getDuration() |
int |
getEstimatedDuration() |
String |
getFullDisplayName() |
String |
getId() |
Map<String,String> |
getParameters() |
BuildResult |
getResult() |
long |
getTimestamp() |
boolean |
isBuilding() |
public boolean isBuilding()
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 InputStream downloadArtifact(Artifact a) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2015. All Rights Reserved.