Cloneable
public 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, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void execute()
execute
in class org.apache.tools.ant.Task
public String getMavenProjectRefId()
mavenProjectRefId
public void setMavenProjectRefId(String mavenProjectRefId)
mavenProjectRefId
- mavenProjectRefId
public String getClassifier()
classifier
public void setClassifier(String classifier)
classifier
- classifier
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.