Package io.github.cdklabs.projen.java
Interface PluginExecution
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PluginExecution.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.145Z") @Stability(Experimental) public interface PluginExecution extends software.amazon.jsii.JsiiSerializable
(experimental) Plugin execution definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPluginExecution.BuilderA builder forPluginExecutionstatic classPluginExecution.Jsii$ProxyAn implementation forPluginExecution
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PluginExecution.Builderbuilder()List<String>getGoals()(experimental) Which Maven goals this plugin should be associated with.StringgetId()(experimental) The ID.default StringgetPhase()(experimental) The phase in which the plugin should execute.
-
-
-
Method Detail
-
getGoals
@Stability(Experimental) @NotNull List<String> getGoals()
(experimental) Which Maven goals this plugin should be associated with.
-
getId
@Stability(Experimental) @NotNull String getId()
(experimental) The ID.
-
getPhase
@Stability(Experimental) @Nullable default String getPhase()
(experimental) The phase in which the plugin should execute.
-
builder
@Stability(Experimental) static PluginExecution.Builder builder()
- Returns:
- a
PluginExecution.BuilderofPluginExecution
-
-