Package io.jenkins.blueocean.rest.model
Class BlueArtifact
java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BlueArtifact
- All Implemented Interfaces:
Reachable
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
NAME
- See Also:
-
URL
- See Also:
-
SIZE
- See Also:
-
PATH
- See Also:
-
DOWNLOADABLE
- See Also:
-
ID
- See Also:
-
parent
-
-
Constructor Details
-
BlueArtifact
-
-
Method Details
-
getId
-
getName
-
getPath
-
getUrl
-
getSize
@Exported(name="size") public abstract long getSize() -
isDownloadable
@Exported(name="downloadable") public abstract boolean isDownloadable() -
getLink
- Returns:
- Gives
Link
to a reachable Resource or Container
-