Class GithubAccessTokenProperty

java.lang.Object
hudson.model.UserProperty
org.jenkinsci.plugins.GithubAccessTokenProperty
All Implemented Interfaces:
ExtensionPoint, Describable<UserProperty>, ReconfigurableDescribable<UserProperty>

public class GithubAccessTokenProperty extends UserProperty
Remembers the access token used to connect to the Github server
Since:
TODO
  • Constructor Details

    • GithubAccessTokenProperty

      public GithubAccessTokenProperty(String accessToken)
  • Method Details

    • getAccessToken

      @NonNull public Secret getAccessToken()