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 Details

    • url

      @Exported public final String url
      Repository URL that artifacts were deployed.
  • Constructor Details

  • Method Details

    • 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