Class VaultSecretStep

    • Method Detail

      • setTenant

        @DataBoundSetter
        public void setTenant​(String tenant)
      • getTenant

        public String getTenant()
      • setSecretPath

        @DataBoundSetter
        public void setSecretPath​(String secretPath)
      • getSecretPath

        public String getSecretPath()
      • setSecretDataKey

        @DataBoundSetter
        public void setSecretDataKey​(String secretDataKey)
      • getSecretDataKey

        public String getSecretDataKey()
      • setCredentialsId

        @DataBoundSetter
        public void setCredentialsId​(String credentialsId)
      • getCredentialsId

        public String getCredentialsId()
      • setTld

        @DataBoundSetter
        public void setTld​(String tld)
      • getTld

        public String getTld()
      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
                                                                 throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step
        Throws:
        Exception