public class ArtifactDeployerEntry extends Object implements Serializable
Constructor and Description |
---|
ArtifactDeployerEntry() |
ArtifactDeployerEntry(String includes,
String basedir,
String excludes,
String remote,
boolean flatten,
boolean deleteRemote,
boolean deleteRemoteArtifacts,
boolean failNoFilesDeploy) |
Modifier and Type | Method and Description |
---|---|
String |
getBasedir() |
String |
getExcludes() |
String |
getId()
Deprecated.
|
String |
getIncludes() |
String |
getRemote() |
int |
getUniqueId() |
boolean |
isDeleteRemote() |
boolean |
isDeleteRemoteArtifacts() |
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) |
public String getIncludes()
public String getBasedir()
public String getExcludes()
public String getRemote()
public boolean isFlatten()
@Deprecated public String getId()
public boolean isDeleteRemote()
public boolean isDeleteRemoteArtifacts()
public boolean isFailNoFilesDeploy()
public void setIncludes(String includes)
public void setBasedir(String basedir)
public void setExcludes(String excludes)
public void setRemote(String remote)
public void setFlatten(boolean flatten)
public void setDeleteRemote(boolean deleteRemote)
public void setDeleteRemoteArtifacts(boolean deleteRemoteArtifacts)
public void setDeleteRemoteArtifactsByScript(boolean deleteRemoteArtifactsByScript)
public void setGroovyExpression(String groovyExpression)
public void setFailNoFilesDeploy(boolean failNoFilesDeploy)
public Object readObject()
public int getUniqueId()
Copyright © 2016–2022. All rights reserved.