Class HTMLArtifact

java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BlueArtifact
io.jenkins.blueocean.htmlpublisher.HTMLArtifact
All Implemented Interfaces:
io.jenkins.blueocean.rest.Reachable

public class HTMLArtifact extends io.jenkins.blueocean.rest.model.BlueArtifact
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class io.jenkins.blueocean.rest.model.BlueArtifact

    DOWNLOADABLE, ID, NAME, parent, PATH, SIZE, URL
  • Constructor Summary

    Constructors
    Constructor
    Description
    HTMLArtifact(htmlpublisher.HtmlPublisherTarget.HTMLBuildAction action, io.jenkins.blueocean.rest.hal.Link parent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    long
     
     
    boolean
     

    Methods inherited from class io.jenkins.blueocean.rest.model.BlueArtifact

    getId, getLink

    Methods inherited from class io.jenkins.blueocean.rest.model.Resource

    getLinks, getState

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HTMLArtifact

      public HTMLArtifact(htmlpublisher.HtmlPublisherTarget.HTMLBuildAction action, io.jenkins.blueocean.rest.hal.Link parent)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class io.jenkins.blueocean.rest.model.BlueArtifact
    • getPath

      public String getPath()
      Specified by:
      getPath in class io.jenkins.blueocean.rest.model.BlueArtifact
    • getUrl

      public String getUrl()
      Specified by:
      getUrl in class io.jenkins.blueocean.rest.model.BlueArtifact
    • getSize

      public long getSize()
      Specified by:
      getSize in class io.jenkins.blueocean.rest.model.BlueArtifact
    • isDownloadable

      public boolean isDownloadable()
      Specified by:
      isDownloadable in class io.jenkins.blueocean.rest.model.BlueArtifact