public class BuildNumber extends Task
| Constructor and Description | 
|---|
| BuildNumber() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute()Run task. | 
| void | setFile(File file)The file in which the build number is stored. | 
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic void execute()
             throws BuildException
execute in class TaskBuildException - if an error occurspublic void setFile(File file)
file - the file in which build number is stored.