Class VaultGithubTokenCredential

    • Constructor Detail

      • VaultGithubTokenCredential

        @DataBoundConstructor
        public VaultGithubTokenCredential​(@CheckForNull
                                          com.cloudbees.plugins.credentials.CredentialsScope scope,
                                          @CheckForNull
                                          String id,
                                          @CheckForNull
                                          String description,
                                          @NonNull
                                          Secret accessToken)
    • Method Detail

      • getAccessToken

        @NonNull
        public Secret getAccessToken()
      • getMountPath

        @NonNull
        public String getMountPath()
      • setMountPath

        @DataBoundSetter
        public void setMountPath​(@NonNull
                                 String mountPath)