Class CloudBeesFlowArtifact
java.lang.Object
org.jenkinsci.plugins.electricflow.extension.CloudBeesFlowArtifact
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CloudBeesFlowArtifactbuild(Run.Artifact artifact, ArtifactUploadData artifactUploadData) getHref()getName()longgetSize()voidsetArtifactName(String artifactName) voidsetArtifactUrl(String artifactUrl) voidsetArtifactVersion(String artifactVersion) voidsetArtifactVersionName(String artifactVersionName) voidsetDisplayPath(String displayPath) voidvoidvoidvoidsetRelativePath(String relativePath) voidsetRepositoryName(String repositoryName) voidsetRepositoryType(String repositoryType) voidsetSize(long size) net.sf.json.JSONObject
-
Field Details
-
relativePath
-
displayPath
-
name
-
href
-
length
-
size
protected long size -
artifactName
-
artifactVersion
-
artifactVersionName
-
artifactUrl
-
repositoryName
-
repositoryType
-
-
Constructor Details
-
CloudBeesFlowArtifact
public CloudBeesFlowArtifact()
-
-
Method Details
-
build
public static CloudBeesFlowArtifact build(Run.Artifact artifact, ArtifactUploadData artifactUploadData) -
toJsonObject
public net.sf.json.JSONObject toJsonObject() -
getRelativePath
-
setRelativePath
-
getDisplayPath
-
setDisplayPath
-
getName
-
setName
-
getHref
-
setHref
-
getLength
-
setLength
-
getSize
public long getSize() -
setSize
public void setSize(long size) -
getArtifactName
-
setArtifactName
-
getArtifactVersion
-
setArtifactVersion
-
getArtifactVersionName
-
setArtifactVersionName
-
getArtifactUrl
-
setArtifactUrl
-
getRepositoryName
-
setRepositoryName
-
getRepositoryType
-
setRepositoryType
-