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()
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.