org.jenkinsci.plugins.artifactdeployer
Class ArtifactDeployerVO
java.lang.Object
org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerVO
- All Implemented Interfaces:
- java.io.Serializable
public class ArtifactDeployerVO
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactDeployerVO
public ArtifactDeployerVO()
getId
public int getId()
setId
public void setId(int id)
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)
isDeployed
public boolean isDeployed()
setDeployed
public void setDeployed(boolean deployed)
getRemotePath
public java.lang.String getRemotePath()
setRemotePath
public void setRemotePath(java.lang.String remotePath)
Copyright © 2004-2013. All Rights Reserved.