Interface TaskContext

All Superinterfaces:
CommonTaskContext, InternalTaskContext, PluginKeyProvider, TaskIdentifier
All Known Implementing Classes:
TaskContextImpl

@PublicApi public interface TaskContext extends CommonTaskContext
Encapsulates the environment and configuration of a task running in a building environment.
Since:
3.1

N.B All methods remain on this interface (even though they are on the super class) so we don't accidentally break backwards compatibility.

See Also: