Class BuildArtifactExt
java.lang.Object
com.cloudbees.workflow.rest.external.BuildArtifactExt
- Author:
- tom.fennelly@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BuildArtifactExt
create
(Run<org.jenkinsci.plugins.workflow.job.WorkflowJob, org.jenkinsci.plugins.workflow.job.WorkflowRun>.Artifact artifact, org.jenkinsci.plugins.workflow.job.WorkflowRun run) getId()
getName()
getPath()
long
getSize()
getUrl()
void
void
void
void
setSize
(long size) void
-
Constructor Details
-
BuildArtifactExt
public BuildArtifactExt()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getPath
-
setPath
-
getUrl
-
setUrl
-
getSize
public long getSize() -
setSize
public void setSize(long size) -
create
public static BuildArtifactExt create(Run<org.jenkinsci.plugins.workflow.job.WorkflowJob, org.jenkinsci.plugins.workflow.job.WorkflowRun>.Artifact artifact, org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-