Index
All Classes and Interfaces|All Packages
C
- createPublisher(Job<?, ?>, TaskListener) - Method in class io.jenkins.plugins.checks.gitea.GiteaPublisherFactory
- createPublisher(Run<?, ?>, TaskListener) - Method in class io.jenkins.plugins.checks.gitea.GiteaPublisherFactory
F
- findGiteaAppCredentials(Job<?, ?>, String) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Find
StandardCredentialswith thecredentialsIdused by thejob. - findGiteaSCMSource(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Find
GiteaSCMSource(or Gitea repository) used by thejob. - findGitSCM(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Finds the
GitSCMused by thejob. - findGitSCM(Run<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Finds the
GitSCMused by therun. - findGitSCMSource(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Find
GitSCMSourceused by thejob. - findHash(SCMRevision) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Find the hash value in
revision. - findHead(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Find
SCMHead(or branch) used by thejob. - findRevision(SCMSource, SCMHead) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Fetch the current
SCMRevisionused by theheadof thesource. - findRevision(GiteaSCMSource, Run<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Find the current
SCMRevisionof thesourceandrunlocally throughSCMRevisionAction. - findSCMSource(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Find
GiteaSCMSource(or Gitea repository) used by thejob.
G
- getCredentials() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
-
Returns the credentials to access the remote Gitea repository.
- getCredentialsId() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
- getGiteaAppCredentials(String) - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
- getGiteaServerUrl() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
-
Returns the source repository's server URL of the run.
- getHeadSha() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
-
Returns the commit sha of the run.
- getJob() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
- getRepo() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
-
Returns the source repository's name of the run.
- getRepoOwner() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
-
Returns the source repository's owner name of the run, e.g.
- getRepository() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
-
Returns the source repository's full name of the run.
- getRun() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
- getScm(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Returns the SCM in a given job.
- getScm(Run<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
-
Returns the SCM in a given build.
- getScmFacade() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
- getURL() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
-
Returns the URL of the run's summary page, e.g.
- GiteaChecksContext - Class in io.jenkins.plugins.checks.gitea
-
Base class for a context that publishes Gitea checks.
- GiteaChecksContext(Job<?, ?>, String, SCMFacade) - Constructor for class io.jenkins.plugins.checks.gitea.GiteaChecksContext
- GiteaChecksPublisher - Class in io.jenkins.plugins.checks.gitea
-
A publisher which publishes Gitea check runs.
- GiteaChecksPublisher(GiteaChecksContext, PluginLogger) - Constructor for class io.jenkins.plugins.checks.gitea.GiteaChecksPublisher
-
.
- GiteaPublisherFactory - Class in io.jenkins.plugins.checks.gitea
-
An factory which produces
GiteaChecksPublisher. - GiteaPublisherFactory() - Constructor for class io.jenkins.plugins.checks.gitea.GiteaPublisherFactory
-
Creates a new instance of
GiteaPublisherFactory.
H
- hasCredentialsId() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
- hasGiteaAppCredentials() - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
- hasValidCredentials(FilteredLog) - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
I
- io.jenkins.plugins.checks.gitea - package io.jenkins.plugins.checks.gitea
-
Provides default Findbugs annotations.
- isValid(FilteredLog) - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksContext
-
Returns whether the context is valid (with all properties functional) to use.
P
- publish(ChecksDetails) - Method in class io.jenkins.plugins.checks.gitea.GiteaChecksPublisher
-
Publishes a Gitea check run.
S
- SCMFacade - Class in io.jenkins.plugins.checks.gitea
-
Facade to
GiteaSCMSourceandGitSCMin Jenkins. - SCMFacade() - Constructor for class io.jenkins.plugins.checks.gitea.SCMFacade
All Classes and Interfaces|All Packages