Cloneablepublic class AttachArtifactTask
extends org.apache.tools.ant.Task
| Constructor | Description |
|---|---|
AttachArtifactTask() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
execute() |
|
String |
getClassifier() |
|
File |
getFile() |
|
String |
getMavenProjectRefId() |
|
String |
getType() |
|
void |
setClassifier(String classifier) |
|
void |
setFile(File file) |
|
void |
setMavenProjectRefId(String mavenProjectRefId) |
|
void |
setType(String type) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
execute in class org.apache.tools.ant.Taskpublic String getMavenProjectRefId()
mavenProjectRefIdpublic void setMavenProjectRefId(String mavenProjectRefId)
mavenProjectRefId - mavenProjectRefIdpublic String getClassifier()
classifierpublic void setClassifier(String classifier)
classifier - classifierCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.