hudson.maven.reporters
Class MavenAbstractArtifactRecord.Record

java.lang.Object
  extended by 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.
 
Constructor Summary
MavenAbstractArtifactRecord.Record(String url, String fileName)
           
 
Method Summary
 void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
           
 String getBuildStatusUrl()
           
 BallColor getIconColor()
           
 AnnotatedLargeText getLog()
          Returns the log of this deployment record.
 int getNumber()
           
 Result getResult()
          Result of the deployment.
 Calendar getTimestamp()
           
 boolean isBuilding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public final String url
Repository URL that artifacts were deployed.

Constructor Detail

MavenAbstractArtifactRecord.Record

public MavenAbstractArtifactRecord.Record(String url,
                                          String fileName)
Method Detail

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.