hudson.maven.reporters
Class MavenAbstractArtifactRecord.Record

java.lang.Object
  extended by 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.
 
Constructor Summary
MavenAbstractArtifactRecord.Record(String url, String fileName)
           
 
Method Summary
 void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
           
 String getBuildStatusUrl()
           
 BallColor getIconColor()
           
 AnnotatedLargeText<MavenAbstractArtifactRecord.Record> 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

@Exported
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<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.