public class AttachArtifactTask
extends org.apache.tools.ant.Task
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
classifier
The classifier of the artifact to attach
|
private java.io.File |
file
The file to attach.
|
private java.lang.String |
mavenProjectHelperRefId
The refId of the Maven project helper component.
|
private java.lang.String |
mavenProjectRefId
The refId of the Maven project.
|
private java.lang.String |
type
The type of the artifact to attach.
|
| Constructor and Description |
|---|
AttachArtifactTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.lang.String |
getClassifier() |
java.io.File |
getFile() |
java.lang.String |
getMavenProjectRefId() |
java.lang.String |
getType() |
void |
setClassifier(java.lang.String classifier) |
void |
setFile(java.io.File file) |
void |
setMavenProjectRefId(java.lang.String mavenProjectRefId) |
void |
setType(java.lang.String type) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprivate java.lang.String mavenProjectRefId
private java.lang.String mavenProjectHelperRefId
private java.io.File file
private java.lang.String classifier
private java.lang.String type
public void execute()
execute in class org.apache.tools.ant.Taskpublic java.io.File getFile()
filepublic void setFile(java.io.File file)
file - filepublic java.lang.String getMavenProjectRefId()
mavenProjectRefIdpublic void setMavenProjectRefId(java.lang.String mavenProjectRefId)
mavenProjectRefId - mavenProjectRefIdpublic java.lang.String getClassifier()
classifierpublic void setClassifier(java.lang.String classifier)
classifier - classifierpublic java.lang.String getType()
typepublic void setType(java.lang.String type)
type - type