Class MavenAbstractArtifactRecord.Record

    • Field Detail

      • url

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

    • Method Detail

      • 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