Skip navigation links
C E F G I O P S 

C

CheckRunGHEventSubscriber - Class in io.jenkins.plugins.checks.github
This subscriber manages GHEvent.CHECK_RUN event and handles the re-run action request.
CheckRunGHEventSubscriber() - Constructor for class io.jenkins.plugins.checks.github.CheckRunGHEventSubscriber
Construct the subscriber.
CheckRunGHEventSubscriber.GitHubChecksRerunActionCause - Class in io.jenkins.plugins.checks.github
Declares that a build was started due to a user's rerun request through GitHub checks API.
createPublisher(Run<?, ?>, TaskListener) - Method in class io.jenkins.plugins.checks.github.GitHubChecksPublisherFactory
 
createPublisher(Job<?, ?>, TaskListener) - Method in class io.jenkins.plugins.checks.github.GitHubChecksPublisherFactory
 

E

events() - Method in class io.jenkins.plugins.checks.github.CheckRunGHEventSubscriber
 

F

findGitHubAppCredentials(Job<?, ?>, String) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Find GitHubAppCredentials with the credentialsId used by the job.
findGitHubSCMSource(Job<?, ?>) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Find GitHubSCMSource (or GitHub repository) used by the job.
findGitSCM(Run<?, ?>) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Finds the GitSCM used by the run.
findHash(SCMRevision) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Find the hash value in revision.
findHead(Job<?, ?>) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Find SCMHead (or branch) used by the job.
findRevision(SCMSource, SCMHead) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Fetch the current SCMRevision used by the head of the source.
findRevision(GitHubSCMSource, Run<?, ?>) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Find the current SCMRevision of the source and run locally through SCMRevisionAction.
findSCMSource(Job<?, ?>) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Find GitHubSCMSource (or GitHub repository) used by the job.

G

getScm(Run<?, ?>) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Returns the SCM in a given build.
getScm(Job<?, ?>) - Method in class io.jenkins.plugins.checks.github.SCMFacade
Returns the SCM in a given job.
getShortDescription() - Method in class io.jenkins.plugins.checks.github.CheckRunGHEventSubscriber.GitHubChecksRerunActionCause
 
GitHubChecksPublisher - Class in io.jenkins.plugins.checks.github
A publisher which publishes GitHub check runs.
GitHubChecksPublisher(GitHubChecksContext, PluginLogger) - Constructor for class io.jenkins.plugins.checks.github.GitHubChecksPublisher
.
GitHubChecksPublisherFactory - Class in io.jenkins.plugins.checks.github
An factory which produces GitHubChecksPublisher.
GitHubChecksPublisherFactory() - Constructor for class io.jenkins.plugins.checks.github.GitHubChecksPublisherFactory
Creates a new instance of GitHubChecksPublisherFactory.
GitHubChecksRerunActionCause(String) - Constructor for class io.jenkins.plugins.checks.github.CheckRunGHEventSubscriber.GitHubChecksRerunActionCause
Construct the cause with user who requested the rerun.

I

io.jenkins.plugins.checks.github - package io.jenkins.plugins.checks.github
Provides default Findbugs annotations.
isApplicable(Item) - Method in class io.jenkins.plugins.checks.github.CheckRunGHEventSubscriber
 

O

onEvent(GHSubscriberEvent) - Method in class io.jenkins.plugins.checks.github.CheckRunGHEventSubscriber
 

P

publish(ChecksDetails) - Method in class io.jenkins.plugins.checks.github.GitHubChecksPublisher
Publishes a GitHub check run.

S

SCMFacade - Class in io.jenkins.plugins.checks.github
Facade to GitHubSCMSource and GitSCM in Jenkins.
SCMFacade() - Constructor for class io.jenkins.plugins.checks.github.SCMFacade
 
C E F G I O P S 
Skip navigation links

Copyright © 2016–2020. All rights reserved.