Interface PhasedBuildAction
-
- All Known Implementing Classes:
DefaultPhasedBuildAction
public interface PhasedBuildActionInternal consumer wrapper for all information required to run phased build actions. Used byPhasedActionAwareConsumerConnection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePhasedBuildAction.BuildActionWrapper<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhasedBuildAction.BuildActionWrapper<?>getBuildFinishedAction()PhasedBuildAction.BuildActionWrapper<?>getProjectsLoadedAction()
-
-
-
Method Detail
-
getProjectsLoadedAction
@Nullable PhasedBuildAction.BuildActionWrapper<?> getProjectsLoadedAction()
-
getBuildFinishedAction
@Nullable PhasedBuildAction.BuildActionWrapper<?> getBuildFinishedAction()
-
-