Class GiteeConnectionProperty

java.lang.Object
hudson.model.JobProperty<Job<?,?>>
com.gitee.jenkins.connection.GiteeConnectionProperty
All Implemented Interfaces:
ExtensionPoint, Describable<JobProperty<?>>, ReconfigurableDescribable<JobProperty<?>>, BuildStep

public class GiteeConnectionProperty extends JobProperty<Job<?,?>>
Author:
Robin Müller
  • Constructor Details

    • GiteeConnectionProperty

      @DataBoundConstructor public GiteeConnectionProperty(String giteeConnection)
  • Method Details

    • getGiteeConnection

      public String getGiteeConnection()
    • getClient

      public GiteeClient getClient()
    • getClient

      public static GiteeClient getClient(Run<?,?> build)
    • getClient

      public static GiteeClient getClient(Job<?,?> job)