Class ExecuteRequestRequest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecuteRequestRequest​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class hudson.model.AbstractDescribableImpl

        getDescriptor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        @Exported
        public java.lang.String name
    • Constructor Detail

      • ExecuteRequestRequest

        @DataBoundConstructor
        public ExecuteRequestRequest​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()