Class KubernetesSamples.Maven

java.lang.Object
org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Maven
All Implemented Interfaces:
ExtensionPoint, org.jenkinsci.plugins.workflow.cps.GroovySample
Enclosing class:
KubernetesSamples

@OptionalExtension(requirePlugins="workflow-cps", ordinal=1400.0) public static final class KubernetesSamples.Maven extends Object
  • Nested Class Summary

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    ExtensionPoint.LegacyInstancesAreScopedToHudson

    Nested classes/interfaces inherited from interface org.jenkinsci.plugins.workflow.cps.GroovySample

    org.jenkinsci.plugins.workflow.cps.GroovySample.GitHubMaven, org.jenkinsci.plugins.workflow.cps.GroovySample.Hello, org.jenkinsci.plugins.workflow.cps.GroovySample.Registry, org.jenkinsci.plugins.workflow.cps.GroovySample.Scripted, org.jenkinsci.plugins.workflow.cps.GroovySample.Static
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Maven

      public Maven()
  • Method Details

    • name

      public String name()
    • title

      public String title()
    • script

      public String script()
      Specified by:
      script in interface org.jenkinsci.plugins.workflow.cps.GroovySample