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
-
Field Summary
Fields inherited from class io.jenkins.blueocean.rest.model.BlueArtifact
DOWNLOADABLE, ID, NAME, parent, PATH, SIZE, URL
-
Constructor Summary
ConstructorDescriptionHTMLArtifact
(htmlpublisher.HtmlPublisherTarget.HTMLBuildAction action, io.jenkins.blueocean.rest.hal.Link parent) -
Method Summary
Methods inherited from class io.jenkins.blueocean.rest.model.BlueArtifact
getId, getLink
Methods inherited from class io.jenkins.blueocean.rest.model.Resource
getLinks, getState
-
Constructor Details
-
HTMLArtifact
public HTMLArtifact(htmlpublisher.HtmlPublisherTarget.HTMLBuildAction action, io.jenkins.blueocean.rest.hal.Link parent)
-
-
Method Details
-
getName
- Specified by:
getName
in classio.jenkins.blueocean.rest.model.BlueArtifact
-
getPath
- Specified by:
getPath
in classio.jenkins.blueocean.rest.model.BlueArtifact
-
getUrl
- Specified by:
getUrl
in classio.jenkins.blueocean.rest.model.BlueArtifact
-
getSize
public long getSize()- Specified by:
getSize
in classio.jenkins.blueocean.rest.model.BlueArtifact
-
isDownloadable
public boolean isDownloadable()- Specified by:
isDownloadable
in classio.jenkins.blueocean.rest.model.BlueArtifact
-