- CompositeStaging - Class in com.brambolt.wrench.staging
This class provides plugin implementation with the #apply
method as the main entry point.
- CompositeStaging() - Constructor in CompositeStaging
-
Constructor.
- configureBuild(Project) - Method in PlanStaging
-
- configureBuildTasks(Project) - Method in PlanStaging
-
- configureDelegation(Project, String, String, String) - Method in PlanStaging
-
- configureGradleBuild(Project, Map, Task) - Method in PlanStaging
-
Creates the task to create the Gradle build file for executing the wrench.
- configureGradlePropertiesTask(Project, Map, Task) - Method in PlanStaging
-
- configureGradleWrapperTask(Project, Map, Task) - Method in PlanStaging
-
Creates the task to put in place the Gradle wrapper for executing the wrench.
- configureMainTasks(Project) - Method in PlanStaging
-
- configurePublishing(Project) - Method in PlanStaging
-
- configureRunbookTask(Project, Map, Task) - Method in PlanStaging
-
- configureSettingsTask(Project, Map, Task) - Method in PlanStaging
-
- configureStageTask(Project) - Method in PlanStaging
-
- configureStagingExtension(Project) - Method in PlanStaging
-
Configures the staging extension with targets.
- configureTarget(Project, Map, Task) - Method in PlanStaging
-
Configures an individual target defined by the staging extension.
- configureTargets(Project, Task) - Method in PlanStaging
-
Configures the targets defined by the staging extension.
- configureVelocityTask(Project) - Method in PlanStaging
-
Configures the target-agnostic Velocity template instantiation that
executes before any target tasks; not yet configurable; hardcoded.