Interface ProjectRequirementOverriding
public interface ProjectRequirementOverriding
Aspect to override the application's tasks project requirement. By default, a project is assumed to be mandatory
for executing the application's tasks.
- Since:
- 5.2.16
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ApplicationAspectType<ProjectRequirementOverriding>
Aspect to override the application's tasks project requirement. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Signals that this application's tasks may be executed without a project.
-
Field Details
-
TYPE
Aspect to override the application's tasks project requirement. By default, a project is assumed to be mandatory for executing the application's tasks.- Since:
- 5.2.16
-
-
Method Details
-
tasksMayOperateWithoutProject
boolean tasksMayOperateWithoutProject()Signals that this application's tasks may be executed without a project.- Returns:
true
, if a project is not required.- Since:
- 5.2.16
-