Class BlueArtifact

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

public abstract class BlueArtifact extends Resource
  • Field Details

  • Constructor Details

    • BlueArtifact

      public BlueArtifact(Link parent)
  • Method Details

    • getId

      @Exported(name="id") public final String getId()
    • getName

      @Exported(name="name") public abstract String getName()
    • getPath

      @Exported(name="path") public abstract String getPath()
    • getUrl

      @Exported(name="url") public abstract String getUrl()
    • getSize

      @Exported(name="size") public abstract long getSize()
    • isDownloadable

      @Exported(name="downloadable") public abstract boolean isDownloadable()
    • getLink

      public final Link getLink()
      Returns:
      Gives Link to a reachable Resource or Container