@Beta
public interface Context
This API is non final and is subject to change. We are looking for feedback, and will attempt to stabilize it in the 1.6 time frame.
Modifier and Type | Method and Description |
---|---|
LoggingManager |
getLogging()
Returns the LoggingManager which can be used to control the logging level and standard
output/error capture for this task.
|
String |
getPath()
Returns the path of the task, which is a fully qualified name for the task.
|
File |
getTemporaryDir()
Returns a directory which this task can use to write temporary files to.
|
LoggingManager getLogging()
File getTemporaryDir()
String getPath()
Project
plus the name of the task,
separated by :
.