Class PluginFactory.ExecutionsNamedValue

java.lang.Object
org.sonatype.maven.polyglot.java.dsl.PluginFactory.ExecutionsNamedValue
All Implemented Interfaces:
Serializable, Function<String,String>, PluginFactory.PluginNamedValue, MethodFinder, NamedValue
Enclosing interface:
PluginFactory

public static class PluginFactory.ExecutionsNamedValue extends Object implements PluginFactory.PluginNamedValue
See Also:
  • Field Details

    • executions

      private List<org.apache.maven.model.PluginExecution> executions
  • Constructor Details

    • ExecutionsNamedValue

      public ExecutionsNamedValue()
  • Method Details

    • getExecutions

      public List<org.apache.maven.model.PluginExecution> getExecutions()
    • setExecutions

      public void setExecutions(List<org.apache.maven.model.PluginExecution> executions)
    • apply

      public String apply(String t)
      Specified by:
      apply in interface Function<String,String>