package saker.build.task.delta
Package containing the build delta interfaces for the build system.
| BuildDelta | Common superinterface for build task deltas. |
| EnvironmentDependencyDelta | Build delta representing an EnvironmentProperty change. |
| ExecutionDependencyDelta | Build delta representing an ExecutionProperty change. |
| FileChangeDelta | Build delta representing a file change. |
| NewTaskDelta | Build delta representing that the task is run for the first time. |
| OutputLoadFailedDelta | Build delta representing that the task output is failed to load. |
| TaskChangeDelta | Build delta representing task related changes. |
| DeltaType | Enumeration for possible task delta types. |