org.jenkinsci.plugins.artifactdeployer
Class ArtifactDeployerEntry

java.lang.Object
  extended by org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerEntry
All Implemented Interfaces:
Serializable

public class ArtifactDeployerEntry
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
ArtifactDeployerEntry()
           
ArtifactDeployerEntry(String includes, String basedir, String excludes, String remote, boolean flatten, boolean deleteRemote, boolean deleteRemoteArtifacts, DeleteRemoteArtifactsByScriptModel deleteRemoteArtifactsByScript, boolean failNoFilesDeploy)
           
 
Method Summary
 String getBasedir()
           
 String getExcludes()
           
 String getGroovyExpression()
           
 String getId()
          Deprecated. 
 String getIncludes()
           
 String getRemote()
           
 int getUniqueId()
           
 boolean isDeleteRemote()
           
 boolean isDeleteRemoteArtifacts()
           
 boolean isDeleteRemoteArtifactsByScript()
           
 boolean isFailNoFilesDeploy()
           
 boolean isFlatten()
           
 Object readObject()
           
 void setBasedir(String basedir)
           
 void setDeleteRemote(boolean deleteRemote)
           
 void setDeleteRemoteArtifacts(boolean deleteRemoteArtifacts)
           
 void setDeleteRemoteArtifactsByScript(boolean deleteRemoteArtifactsByScript)
           
 void setExcludes(String excludes)
           
 void setFailNoFilesDeploy(boolean failNoFilesDeploy)
           
 void setFlatten(boolean flatten)
           
 void setGroovyExpression(String groovyExpression)
           
 void setIncludes(String includes)
           
 void setRemote(String remote)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDeployerEntry

public ArtifactDeployerEntry()

ArtifactDeployerEntry

@DataBoundConstructor
public ArtifactDeployerEntry(String includes,
                                                  String basedir,
                                                  String excludes,
                                                  String remote,
                                                  boolean flatten,
                                                  boolean deleteRemote,
                                                  boolean deleteRemoteArtifacts,
                                                  DeleteRemoteArtifactsByScriptModel deleteRemoteArtifactsByScript,
                                                  boolean failNoFilesDeploy)
Method Detail

getIncludes

public String getIncludes()

getBasedir

public String getBasedir()

getExcludes

public String getExcludes()

getRemote

public String getRemote()

isFlatten

public boolean isFlatten()

getId

@Deprecated
public String getId()
Deprecated. 


isDeleteRemote

public boolean isDeleteRemote()

isDeleteRemoteArtifacts

public boolean isDeleteRemoteArtifacts()

isDeleteRemoteArtifactsByScript

public boolean isDeleteRemoteArtifactsByScript()

getGroovyExpression

public String getGroovyExpression()

isFailNoFilesDeploy

public boolean isFailNoFilesDeploy()

setIncludes

public void setIncludes(String includes)

setBasedir

public void setBasedir(String basedir)

setExcludes

public void setExcludes(String excludes)

setRemote

public void setRemote(String remote)

setFlatten

public void setFlatten(boolean flatten)

setDeleteRemote

public void setDeleteRemote(boolean deleteRemote)

setDeleteRemoteArtifacts

public void setDeleteRemoteArtifacts(boolean deleteRemoteArtifacts)

setDeleteRemoteArtifactsByScript

public void setDeleteRemoteArtifactsByScript(boolean deleteRemoteArtifactsByScript)

setGroovyExpression

public void setGroovyExpression(String groovyExpression)

setFailNoFilesDeploy

public void setFailNoFilesDeploy(boolean failNoFilesDeploy)

readObject

public Object readObject()

getUniqueId

public int getUniqueId()


Copyright © 2004-2012. All Rights Reserved.