java.lang.Cloneable
public class BuildNumber extends Task
description, location, project
Constructor | Description |
---|---|
BuildNumber() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
Run task.
|
void |
setFile(java.io.File file) |
The file in which the build number is stored.
|
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 setFile(java.io.File file)
file
- the file in which build number is stored.public void execute() throws BuildException
execute
in class Task
BuildException
- if an error occurs