@ExportedBean public final class MavenAbstractArtifactRecord.Record extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
url
Repository URL that artifacts were deployed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doIndex(org.kohsuke.stapler.StaplerResponse rsp) |
String |
getBuildStatusUrl() |
hudson.model.BallColor |
getIconColor() |
hudson.console.AnnotatedLargeText<MavenAbstractArtifactRecord.Record> |
getLog()
Returns the log of this deployment record.
|
int |
getNumber() |
hudson.model.Result |
getResult()
Result of the deployment.
|
Calendar |
getTimestamp() |
boolean |
isBuilding() |
@Exported public final String url
public hudson.console.AnnotatedLargeText<MavenAbstractArtifactRecord.Record> getLog()
@Exported public hudson.model.Result getResult()
@Exported public int getNumber()
@Exported public boolean isBuilding()
@Exported public Calendar getTimestamp()
@Exported public String getBuildStatusUrl()
@Exported public hudson.model.BallColor getIconColor()
public void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.