hudson.maven.reporters
Class MavenAbstractArtifactRecord.Record
java.lang.Object
hudson.maven.reporters.MavenAbstractArtifactRecord.Record
- Enclosing class:
- MavenAbstractArtifactRecord<T extends AbstractBuild<?,?>>
public final class MavenAbstractArtifactRecord.Record
- extends Object
|
Field Summary |
String |
url
Repository URL that artifacts were deployed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
public final String url
- Repository URL that artifacts were deployed.
MavenAbstractArtifactRecord.Record
public MavenAbstractArtifactRecord.Record(String url,
String fileName)
getLog
public AnnotatedLargeText getLog()
- Returns the log of this deployment record.
getResult
public Result getResult()
- Result of the deployment. During the build, this value is null.
getNumber
public int getNumber()
isBuilding
public boolean isBuilding()
getTimestamp
public Calendar getTimestamp()
getBuildStatusUrl
public String getBuildStatusUrl()
getIconColor
public BallColor getIconColor()
doIndex
public void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Throws:
IOException
Copyright © 2004-2011. All Rights Reserved.