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()
           
 
Method Summary
 String getExcludes()
           
 String getGroovyExpression()
           
 String getId()
           
 String getIncludes()
           
 String getRemote()
           
 boolean isDeletedRemote()
           
 boolean isDeletedRemoteArtifacts()
           
 boolean isFlatten()
           
 void setDeletedRemote(boolean deletedRemote)
           
 void setDeletedRemoteArtifacts(boolean deletedRemoteArtifacts)
           
 void setExcludes(String excludes)
           
 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()
Method Detail

getIncludes

public String getIncludes()

getExcludes

public String getExcludes()

getRemote

public String getRemote()

isFlatten

public boolean isFlatten()

getId

public String getId()

isDeletedRemote

public boolean isDeletedRemote()

isDeletedRemoteArtifacts

public boolean isDeletedRemoteArtifacts()

getGroovyExpression

public String getGroovyExpression()

setIncludes

public void setIncludes(String includes)

setExcludes

public void setExcludes(String excludes)

setRemote

public void setRemote(String remote)

setFlatten

public void setFlatten(boolean flatten)

setDeletedRemote

public void setDeletedRemote(boolean deletedRemote)

setDeletedRemoteArtifacts

public void setDeletedRemoteArtifacts(boolean deletedRemoteArtifacts)

setGroovyExpression

public void setGroovyExpression(String groovyExpression)


Copyright © 2004-2011. All Rights Reserved.