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, setTaskType
private 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.Task
public java.io.File getFile()
file
public void setFile(java.io.File file)
file
- file
public java.lang.String getMavenProjectRefId()
mavenProjectRefId
public void setMavenProjectRefId(java.lang.String mavenProjectRefId)
mavenProjectRefId
- mavenProjectRefId
public java.lang.String getClassifier()
classifier
public void setClassifier(java.lang.String classifier)
classifier
- classifier
public java.lang.String getType()
type
public void setType(java.lang.String type)
type
- type