hudson.maven.reporters
Class MavenAbstractArtifactRecord.Record
java.lang.Object
hudson.maven.reporters.MavenAbstractArtifactRecord.Record
- Enclosing class:
- MavenAbstractArtifactRecord<T extends AbstractBuild<?,?>>
@ExportedBean
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
@Exported
public final String url
- Repository URL that artifacts were deployed.
MavenAbstractArtifactRecord.Record
public MavenAbstractArtifactRecord.Record(String url,
String fileName)
getLog
public AnnotatedLargeText<MavenAbstractArtifactRecord.Record> getLog()
- Returns the log of this deployment record.
getResult
@Exported
public Result getResult()
- Result of the deployment. During the build, this value is null.
getNumber
@Exported
public int getNumber()
isBuilding
@Exported
public boolean isBuilding()
getTimestamp
@Exported
public Calendar getTimestamp()
getBuildStatusUrl
@Exported
public String getBuildStatusUrl()
getIconColor
@Exported
public BallColor getIconColor()
doIndex
public void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.