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.
    • 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.