Skip navigation links
C F G H I P S 

C

createPublisher(Run<?, ?>, TaskListener) - Method in class io.jenkins.plugins.checks.gitea.GiteaPublisherFactory
 
createPublisher(Job<?, ?>, TaskListener) - Method in class io.jenkins.plugins.checks.gitea.GiteaPublisherFactory
 

F

findGiteaAppCredentials(Job<?, ?>, String) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Find StandardCredentials with the credentialsId used by the job.
findGiteaSCMSource(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Find GiteaSCMSource (or Gitea repository) used by the job.
findGitSCM(Run<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Finds the GitSCM used by the run.
findGitSCM(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Finds the GitSCM used by the job.
findGitSCMSource(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Find GitSCMSource used by the job.
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 the job.
findRevision(SCMSource, SCMHead) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Fetch the current SCMRevision used by the head of the source.
findRevision(GiteaSCMSource, Run<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Find the current SCMRevision of the source and run locally through SCMRevisionAction.
findSCMSource(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Find GiteaSCMSource (or Gitea repository) used by the job.

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(Run<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Returns the SCM in a given build.
getScm(Job<?, ?>) - Method in class io.jenkins.plugins.checks.gitea.SCMFacade
Returns the SCM in a given job.
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 GiteaSCMSource and GitSCM in Jenkins.
SCMFacade() - Constructor for class io.jenkins.plugins.checks.gitea.SCMFacade
 
C F G H I P S 
Skip navigation links

Copyright © 2016–2022. All rights reserved.