Class DefaultPhasedBuildAction
- java.lang.Object
-
- org.gradle.tooling.internal.consumer.DefaultPhasedBuildAction
-
- All Implemented Interfaces:
PhasedBuildAction
public class DefaultPhasedBuildAction extends java.lang.Object implements PhasedBuildAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.tooling.internal.consumer.PhasedBuildAction
PhasedBuildAction.BuildActionWrapper<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhasedBuildAction.BuildActionWrapper<?>
getBuildFinishedAction()
PhasedBuildAction.BuildActionWrapper<?>
getProjectsLoadedAction()
-
-
-
Method Detail
-
getProjectsLoadedAction
@Nullable public PhasedBuildAction.BuildActionWrapper<?> getProjectsLoadedAction()
- Specified by:
getProjectsLoadedAction
in interfacePhasedBuildAction
-
getBuildFinishedAction
@Nullable public PhasedBuildAction.BuildActionWrapper<?> getBuildFinishedAction()
- Specified by:
getBuildFinishedAction
in interfacePhasedBuildAction
-
-