org.jenkinsci.plugins.artifactdeployer
Class ArtifactDeployerEntry
java.lang.Object
org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerEntry
- All Implemented Interfaces:
- Serializable
public class ArtifactDeployerEntry
- extends Object
- implements 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 |
ArtifactDeployerEntry
public ArtifactDeployerEntry()
getIncludes
public String getIncludes()
getExcludes
public String getExcludes()
getRemote
public String getRemote()
isFlatten
public boolean isFlatten()
getId
public String getId()
isDeleteRemote
public boolean isDeleteRemote()
isDeleteRemoteArtifacts
public boolean isDeleteRemoteArtifacts()
isDeleteRemoteArtifactsByScript
public boolean isDeleteRemoteArtifactsByScript()
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)
setDeleteRemote
public void setDeleteRemote(boolean deleteRemote)
setDeleteRemoteArtifacts
public void setDeleteRemoteArtifacts(boolean deleteRemoteArtifacts)
setDeleteRemoteArtifactsByScript
public void setDeleteRemoteArtifactsByScript(boolean deleteRemoteArtifactsByScript)
setGroovyExpression
public void setGroovyExpression(String groovyExpression)
readObject
public Object readObject()
Copyright © 2004-2011. All Rights Reserved.