Class ArtifactDeployerVO
java.lang.Object
org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerVO
- All Implemented Interfaces:
Serializable
- Author:
- Gregory Boissinot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()booleanvoidsetDeployed(boolean deployed) voidsetFileName(String fileName) voidsetId(int id) voidsetRemotePath(String remotePath)
-
Constructor Details
-
ArtifactDeployerVO
public ArtifactDeployerVO()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getFileName
-
setFileName
-
isDeployed
public boolean isDeployed() -
setDeployed
public void setDeployed(boolean deployed) -
getRemotePath
-
setRemotePath
-