org.jenkinsci.plugins.artifactdeployer
Class ArtifactDeployerVO

java.lang.Object
  extended by 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

Constructor Summary
ArtifactDeployerVO()
           
 
Method Summary
 java.lang.String getFileName()
           
 int getId()
           
 java.lang.String getRemotePath()
           
 boolean isDeployed()
           
 void setDeployed(boolean deployed)
           
 void setFileName(java.lang.String fileName)
           
 void setId(int id)
           
 void setRemotePath(java.lang.String remotePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDeployerVO

public ArtifactDeployerVO()
Method Detail

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.