Class ReadMavenPomStep.Execution

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ReadMavenPomStep

    public static class ReadMavenPomStep.Execution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<org.apache.maven.model.Model>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Execution​(ReadMavenPomStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)  
    • Constructor Detail

      • Execution

        protected Execution​(@NonNull
                            ReadMavenPomStep step,
                            @NonNull
                            org.jenkinsci.plugins.workflow.steps.StepContext context)
    • Method Detail

      • run

        protected org.apache.maven.model.Model run()
                                            throws Exception
        Specified by:
        run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<org.apache.maven.model.Model>
        Throws:
        Exception