Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractGiteaSCMHeadEvent<E extends GiteaEvent> - Class in org.jenkinsci.plugin.gitea
-
Base class for
SCMHeadEvent
from Gitea. - AbstractGiteaSCMHeadEvent(SCMEvent.Type, E, String) - Constructor for class org.jenkinsci.plugin.gitea.AbstractGiteaSCMHeadEvent
-
Constructor.
- AbstractGiteaSCMSourceEvent<E extends GiteaEvent> - Class in org.jenkinsci.plugin.gitea
-
Base class for
SCMHeadEvent
from Gitea. - AbstractGiteaSCMSourceEvent(SCMEvent.Type, E, String) - Constructor for class org.jenkinsci.plugin.gitea.AbstractGiteaSCMSourceEvent
-
Constructor.
- Actor() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommit.Actor
- addServer(GiteaServer) - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Adds an endpoint.
- afterSave() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- afterSave(SCMNavigatorOwner) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- artifactToAssetMappingEnabled() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- as() - Method in class org.jenkinsci.plugin.gitea.client.api.Gitea
- as(GiteaAuth) - Method in class org.jenkinsci.plugin.gitea.client.api.Gitea
-
Specify the authentication to connect to the server with.
- Attachment() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
B
- BranchDiscoveryTrait - Class in org.jenkinsci.plugin.gitea
-
A
Discovery
trait for Gitea that will discover branches on the repository. - BranchDiscoveryTrait(boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait
-
Constructor for legacy code.
- BranchDiscoveryTrait(int) - Constructor for class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait
-
Constructor for stapler.
- BranchDiscoveryTrait_allBranches() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.allBranches
:All branches
. - BranchDiscoveryTrait_authorityDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.authorityDisplayName
:Trust origin branches
. - BranchDiscoveryTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.displayName
:Discover branches
. - BranchDiscoveryTrait_excludePRs() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.excludePRs
:Only branches that are not also filed as PRs
. - BranchDiscoveryTrait_onlyPRs() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.onlyPRs
:Only branches that are also filed as PRs
. - BranchDiscoveryTrait_onlyPRsOrMain() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.onlyPRsOrMain
:Only branches that are also filed as PRs or master / main branch
. - BranchDiscoveryTrait.BranchSCMHeadAuthority - Class in org.jenkinsci.plugin.gitea
-
Trusts branches from the origin repository.
- BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Out descriptor.
- BranchDiscoveryTrait.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Our descriptor.
- BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter - Class in org.jenkinsci.plugin.gitea
-
Filter that excludes branches that are also filed as a pull request.
- BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter - Class in org.jenkinsci.plugin.gitea
-
Filter that excludes branches that are not also filed as a pull request.
- BranchDiscoveryTrait.OriginPRBranchesOrMainSCMHeadFilter - Class in org.jenkinsci.plugin.gitea
-
Filter that excludes branches that are not also filed as a pull request or the main branch.
- BranchSCMHead - Class in org.jenkinsci.plugin.gitea
-
Our
SCMHead
for Gitea branches. - BranchSCMHead(String) - Constructor for class org.jenkinsci.plugin.gitea.BranchSCMHead
-
Constructor.
- BranchSCMHeadAuthority() - Constructor for class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.BranchSCMHeadAuthority
- BranchSCMRevision - Class in org.jenkinsci.plugin.gitea
-
Our
SCMRevision
forBranchSCMHead
. - BranchSCMRevision(BranchSCMHead, String) - Constructor for class org.jenkinsci.plugin.gitea.BranchSCMRevision
-
Constructor.
- build() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMBuilder
- build() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceBuilder
- build(Item, SCM, SCMRevision) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem.BuilderImpl
- build(SCMHead, SCMRevision) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- build(SCMSource, SCMHead, SCMRevision) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem.BuilderImpl
- BuilderImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem.BuilderImpl
C
- canOpen(Gitea) - Method in class org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnectionFactory
-
SPI: confirm that this factory can open connections to the supplied builder.
- canOpen(Gitea) - Method in class org.jenkinsci.plugin.gitea.client.spi.GiteaConnectionFactory
-
SPI: confirm that this factory can open connections to the supplied builder.
- checkCollaborator(String, String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- checkCollaborator(GiteaRepository, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- checkFile(GiteaRepository, String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- checkoutUriTemplate() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMBuilder
-
Returns a
UriTemplate
for checkout according to credentials configuration. - checkoutUriTemplate(Item, String, String, String) - Static method in class org.jenkinsci.plugin.gitea.GiteaSCMBuilder
-
Returns a
UriTemplate
for checkout according to credentials configuration. - checkTrusted(SCMSourceRequest, ChangeRequestSCMHead2) - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority
- checkTrusted(SCMSourceRequest, BranchSCMHead) - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.BranchSCMHeadAuthority
- checkTrusted(SCMSourceRequest, PullRequestSCMHead) - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustEveryone
- checkTrusted(SCMSourceRequest, PullRequestSCMHead) - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustNobody
- checkTrusted(SCMSourceRequest, TagSCMHead) - Method in class org.jenkinsci.plugin.gitea.TagDiscoveryTrait.TagSCMHeadAuthority
- checkTrusted(GiteaSCMSourceRequest, PullRequestSCMHead) - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustContributors
- classLoader() - Method in class org.jenkinsci.plugin.gitea.client.api.Gitea
- classLoader(ClassLoader) - Method in class org.jenkinsci.plugin.gitea.client.api.Gitea
-
Sets the
ClassLoader
that the SPI implementation will be resolved from. - clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCreateEvent
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaDeleteEvent
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue.PullSummary
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaObject
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEvent
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository.Permissions
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepositoryEvent
- clone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaUser
- close() - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- close() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem
- close() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
- CLOSED - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaIssueState
- CLOSED - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEventType
- Configuration() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
- convert(UsernamePasswordCredentials) - Method in class org.jenkinsci.plugin.gitea.authentication.GiteaAuthUserSource
- convert(PersonalAccessToken) - Method in class org.jenkinsci.plugin.gitea.authentication.GiteaAuthTokenSource
- CREATE - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
- createCategories() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- createCommitStatus(String, String, String, GiteaCommitStatus) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- createCommitStatus(GiteaRepository, String, GiteaCommitStatus) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- createEvent(GiteaCreateEvent, String) - Method in class org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent.HandlerImpl
- createEvent(GiteaDeleteEvent, String) - Method in class org.jenkinsci.plugin.gitea.GiteaDeleteSCMEvent.HandlerImpl
- createEvent(GiteaPullRequestEvent, String) - Method in class org.jenkinsci.plugin.gitea.GiteaPullSCMEvent.HandlerImpl
- createEvent(GiteaPushEvent, String) - Method in class org.jenkinsci.plugin.gitea.GiteaPushSCMEvent.HandlerImpl
- createEvent(GiteaReleaseEvent, String) - Method in class org.jenkinsci.plugin.gitea.GiteaReleaseSCMEvent.HandlerImpl
- createEvent(GiteaRepositoryEvent, String) - Method in class org.jenkinsci.plugin.gitea.GiteaRepositorySCMEvent.HandlerImpl
- createEvent(P, String) - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- createHook(GiteaOrganization, GiteaHook) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- createHook(GiteaRepository, GiteaHook) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- createProbe(SCMHead, SCMRevision) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- createReleaseAttachment(String, String, long, String, InputStream) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- createReleaseAttachment(GiteaRepository, long, String, InputStream) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- credentials() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- credentials() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer
-
Looks up the
StandardCredentials
to use for auto-management of hooks. - credentials(SCMSourceOwner) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- credentialsId() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceBuilder
D
- decorateBuilder(SCMBuilder<?, ?>) - Method in class org.jenkinsci.plugin.gitea.SSHCheckoutTrait
- decorateContext(SCMNavigatorContext<?, ?>) - Method in class org.jenkinsci.plugin.gitea.ExcludeArchivedRepositoriesTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class org.jenkinsci.plugin.gitea.TagDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class org.jenkinsci.plugin.gitea.WebhookRegistrationTrait
- DefaultGiteaConnectionFactory - Class in org.jenkinsci.plugin.gitea.client.impl
-
The SPI implementation of
GiteaConnectionFactory
. - DefaultGiteaConnectionFactory() - Constructor for class org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnectionFactory
- DELETE - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
- DELETED - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEventType
- deleteHook(GiteaOrganization, long) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- deleteHook(GiteaOrganization, GiteaHook) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- deleteHook(GiteaRepository, long) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- deleteHook(GiteaRepository, GiteaHook) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- description() - Method in class org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent
- description() - Method in class org.jenkinsci.plugin.gitea.GiteaDeleteSCMEvent
- description() - Method in class org.jenkinsci.plugin.gitea.GiteaPullSCMEvent
- description() - Method in class org.jenkinsci.plugin.gitea.GiteaPushSCMEvent
- description() - Method in class org.jenkinsci.plugin.gitea.GiteaRepositorySCMEvent
- descriptionFor(SCMNavigator) - Method in class org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent
- descriptionFor(SCMNavigator) - Method in class org.jenkinsci.plugin.gitea.GiteaDeleteSCMEvent
- descriptionFor(SCMNavigator) - Method in class org.jenkinsci.plugin.gitea.GiteaPullSCMEvent
- descriptionFor(SCMNavigator) - Method in class org.jenkinsci.plugin.gitea.GiteaPushSCMEvent
- descriptionFor(SCMNavigator) - Method in class org.jenkinsci.plugin.gitea.GiteaRepositorySCMEvent
- descriptionFor(SCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent
- descriptionFor(SCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaDeleteSCMEvent
- descriptionFor(SCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaPullSCMEvent
- descriptionFor(SCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaPushSCMEvent
- descriptionFor(SCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaRepositorySCMEvent
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.credentials.PersonalAccessTokenImpl.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.ExcludeArchivedRepositoriesTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustContributors.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaBrowser.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.servers.GiteaServer.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.SSHCheckoutTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.TagDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugin.gitea.WebhookRegistrationTrait.DescriptorImpl
- DISABLE - Enum constant in enum org.jenkinsci.plugin.gitea.WebhookRegistration
-
Disable webhook registration.
- doCheckAliasUrl(String) - Static method in class org.jenkinsci.plugin.gitea.servers.GiteaServer.DescriptorImpl
-
Checks that the supplied URL is valid.
- doCheckCredentialsId(Item, String, String) - Method in class org.jenkinsci.plugin.gitea.SSHCheckoutTrait.DescriptorImpl
-
Validation for checkout credentials.
- doCheckCredentialsId(String, String) - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer.DescriptorImpl
- doCheckCredentialsId(SCMSourceOwner, String, String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- doCheckCredentialsId(SCMSourceOwner, String, String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- doCheckServerUrl(String) - Static method in class org.jenkinsci.plugin.gitea.servers.GiteaServer.DescriptorImpl
-
Checks that the supplied URL is valid.
- doCheckToken(String) - Method in class org.jenkinsci.plugin.gitea.credentials.PersonalAccessTokenImpl.DescriptorImpl
-
Sanity check for a Gitea access token.
- doFillCredentialsIdItems(Item, String, String) - Method in class org.jenkinsci.plugin.gitea.SSHCheckoutTrait.DescriptorImpl
- doFillCredentialsIdItems(String) - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer.DescriptorImpl
-
Stapler form completion.
- doFillCredentialsIdItems(SCMSourceOwner, String, String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- doFillCredentialsIdItems(SCMSourceOwner, String, String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- doFillModeItems() - Method in class org.jenkinsci.plugin.gitea.WebhookRegistrationTrait.DescriptorImpl
-
Form completion.
- doFillRepositoryItems(SCMSourceOwner, String, String, String, String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- doFillServerUrlItems(SCMSourceOwner, String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- doFillServerUrlItems(SCMSourceOwner, String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- doFillStrategyIdItems() - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.DescriptorImpl
-
Populates the strategy options.
- doFillStrategyIdItems() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.DescriptorImpl
-
Populates the strategy options.
- doFillStrategyIdItems() - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.DescriptorImpl
-
Populates the strategy options.
- doPost(StaplerRequest) - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookAction
E
- equals(Object) - Method in class org.jenkinsci.plugin.gitea.GiteaAvatar
- equals(Object) - Method in class org.jenkinsci.plugin.gitea.GiteaLink
- equivalent(ChangeRequestSCMRevision<?>) - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMRevision
- ERROR - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaCommitState
- ExcludeArchivedRepositoriesTrait - Class in org.jenkinsci.plugin.gitea
-
A
Selection
trait that will restrict the discovery of repositories that have been archived. - ExcludeArchivedRepositoriesTrait() - Constructor for class org.jenkinsci.plugin.gitea.ExcludeArchivedRepositoriesTrait
-
Constructor for stapler.
- ExcludeArchivedRepositoriesTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ExcludeArchivedRepositoriesTrait.displayName
:Exclude archived repositories
. - ExcludeArchivedRepositoriesTrait.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Exclude archived repositories filter
- ExcludeOriginPRBranchesSCMHeadFilter() - Constructor for class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter
F
- FAILURE - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaCommitState
- fetchAnnotatedTag(String, String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchAnnotatedTag(GiteaRepository, GiteaTag) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchBranch(String, String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchBranch(GiteaRepository, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchBranches(String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchBranches(GiteaRepository) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchCollaborators(String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchCollaborators(GiteaRepository) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchCommit(String, String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchCommit(GiteaRepository, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchCommitStatuses(GiteaRepository, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchCurrentUser() - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchCurrentUserRepositories() - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchFile(GiteaRepository, String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchHooks(String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchHooks(String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchHooks(GiteaOrganization) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchHooks(GiteaRepository) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchIssues(String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchIssues(String, String, Set<GiteaIssueState>) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchIssues(GiteaRepository) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchIssues(GiteaRepository, Set<GiteaIssueState>) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchOrganization(String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchOrganizationRepositories(GiteaOwner) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchOwner(String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchPullRequest(String, String, long) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchPullRequest(GiteaRepository, long) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchPullRequests(String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchPullRequests(String, String, Set<GiteaIssueState>) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchPullRequests(GiteaRepository) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchPullRequests(GiteaRepository, Set<GiteaIssueState>) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchReleases(String, String, boolean, boolean) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchReleases(GiteaRepository, boolean, boolean) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchRepositories(String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchRepositories(GiteaOwner) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchRepository(String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchRepository(GiteaOwner, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchTag(String, String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchTag(GiteaRepository, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchTags(String, String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchTags(GiteaRepository) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchUser(String) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- fetchVersion() - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- findServer(String) - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Checks to see if the supplied server URL is defined in the global configuration.
- forkPRStrategies() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- ForkPullRequestDiscoveryTrait - Class in org.jenkinsci.plugin.gitea
-
A
Discovery
trait for Gitea that will discover pull requests from forks of the repository. - ForkPullRequestDiscoveryTrait(int, SCMHeadAuthority) - Constructor for class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait
-
Constructor for stapler.
- ForkPullRequestDiscoveryTrait(Set<ChangeRequestCheckoutStrategy>, SCMHeadAuthority<? super GiteaSCMSourceRequest, ? extends ChangeRequestSCMHead2, ? extends SCMRevision>) - Constructor for class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait
-
Constructor for programmatic instantiation.
- ForkPullRequestDiscoveryTrait_contributorsDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.contributorsDisplayName
:Contributors
. - ForkPullRequestDiscoveryTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.displayName
:Discover pull requests from forks
. - ForkPullRequestDiscoveryTrait_everyoneDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.everyoneDisplayName
:Everyone
. - ForkPullRequestDiscoveryTrait_headAndMerge() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.headAndMerge
:Both the current pull request revision and the pull request merged with the current target branch revision
. - ForkPullRequestDiscoveryTrait_headOnly() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.headOnly
:The current pull request revision
. - ForkPullRequestDiscoveryTrait_mergeOnly() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.mergeOnly
:Merging the pull request with the current target branch revision
. - ForkPullRequestDiscoveryTrait_nobodyDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.nobodyDisplayName
:Nobody
. - ForkPullRequestDiscoveryTrait.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Our descriptor.
- ForkPullRequestDiscoveryTrait.TrustContributors - Class in org.jenkinsci.plugin.gitea
-
An
SCMHeadAuthority
that trusts contributors to the repository. - ForkPullRequestDiscoveryTrait.TrustContributors.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Our descriptor.
- ForkPullRequestDiscoveryTrait.TrustEveryone - Class in org.jenkinsci.plugin.gitea
-
An
SCMHeadAuthority
that trusts everyone. - ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Our descriptor.
- ForkPullRequestDiscoveryTrait.TrustNobody - Class in org.jenkinsci.plugin.gitea
-
An
SCMHeadAuthority
that trusts nothing. - ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Our descriptor.
- FORM - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaPayloadType
- fromString(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaCommitState
- fromString(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
- fromString(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaHookType
- fromString(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaIssueState
- fromString(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaPayloadType
- fromString(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEventType
- fromString(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEventType
G
- get() - Static method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Gets the
GiteaServers
singleton. - getAction() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEvent
- getAction() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- getAction() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepositoryEvent
- getAfter() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- getAliasUrl() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer
-
Returns the
GiteaServer.getServerUrl()
that the Gitea server believes it has when publishing webhook events ornull
if this is a normal environment and Gitea is accessed through one true URL and has been configured with that URL. - getArtifactToAssetMappingEnabled() - Method in class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait
- getAssets() - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- getAssignee() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getAssignee() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getAuthor() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- getAuthor() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- getAuthor() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- getAuthor() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getAvatarImageOf(String) - Method in class org.jenkinsci.plugin.gitea.GiteaAvatar
- getAvatarUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- getAvatarUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getBase() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getBefore() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- getBody() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getBody() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getBody() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getBranches() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns the branch details or an empty list if either the request did not specify to
GiteaSCMSourceRequest.isFetchBranches()
or if the branch details have not been provided byGiteaSCMSourceRequest.setBranches(Iterable)
yet. - getBrowserDownloadUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- getBuilderClass() - Method in class org.jenkinsci.plugin.gitea.SSHCheckoutTrait.DescriptorImpl
- getChangeSetLink(GitChangeSet) - Method in class org.jenkinsci.plugin.gitea.GiteaBrowser
- getChannel() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- getCheckoutStrategy() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMHead
- getCloneUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getClosedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- getClosedIssues() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- getCollaboratorNames() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns the names of the repository collaborators or
null
if those details have not been provided yet. - getColor() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- getColor() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- getComments() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getComments() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getCommit() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaBranch
- getCommit() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- getCommit() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaTag
- getCommits() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- getCommitter() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- getCommitter() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- getCommitter() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- getCompareUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- getConfig() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- getConnection() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns the
GiteaConnection
to use for the request. - getContentType() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- getContext() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getContextClass() - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.DescriptorImpl
- getContextClass() - Method in class org.jenkinsci.plugin.gitea.ExcludeArchivedRepositoriesTrait.DescriptorImpl
- getContextClass() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.DescriptorImpl
- getContextClass() - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.DescriptorImpl
- getContextClass() - Method in class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait.DescriptorImpl
- getContextClass() - Method in class org.jenkinsci.plugin.gitea.SSHCheckoutTrait.DescriptorImpl
- getContextClass() - Method in class org.jenkinsci.plugin.gitea.TagDiscoveryTrait.DescriptorImpl
- getContextClass() - Method in class org.jenkinsci.plugin.gitea.WebhookRegistrationTrait.DescriptorImpl
- getCreatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getCreatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- getCreatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getCreatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getCreatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- getCreatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getCreatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getCreator() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getCredentialsId() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- getCredentialsId() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- getCredentialsId() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer
-
Returns the
IdCredentials.getId()
of the credentials to use for auto-management of hooks. - getCredentialsId() - Method in class org.jenkinsci.plugin.gitea.SSHCheckoutTrait
- getDate() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Tagger
- getDate() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitActor
- getDefaultBranch() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getDefaultTrust() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.DescriptorImpl
-
Returns the default trust for new instances of
ForkPullRequestDiscoveryTrait
. - getDescription() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getDescription() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- getDescription() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- getDescription() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getDescription() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- getDescriptor() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer
- getDescriptor() - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- getDiffLink(GitChangeSet.Path) - Method in class org.jenkinsci.plugin.gitea.GiteaBrowser
- getDiffUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.credentials.PersonalAccessTokenImpl.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.ExcludeArchivedRepositoriesTrait.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustContributors.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.GiteaBrowser.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.GiteaLink
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookAction
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.SSHCheckoutTrait.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.TagDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugin.gitea.WebhookRegistrationTrait.DescriptorImpl
- getDownloadCount() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- getDueOn() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- getEmail() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Tagger
- getEmail() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit.Actor
- getEmail() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitActor
- getEmail() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- getEventClass() - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- getEventName() - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- getEvents() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- getExcludes() - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- getFileLink(GitChangeSet.Path) - Method in class org.jenkinsci.plugin.gitea.GiteaBrowser
- getForkPRStrategies() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns the
ChangeRequestCheckoutStrategy
to create for each fork pull request. - getForksCount() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getFullName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- getFullName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getHead() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getHtmlUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- getHtmlUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getHtmlUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getHtmlUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getIconClassName() - Method in class org.jenkinsci.plugin.gitea.GiteaLink
- getIconClassName() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- getIconClassName() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- getIconFileName() - Method in class org.jenkinsci.plugin.gitea.GiteaLink
- getIconFileName() - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookAction
- getIconUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
-
Gets the SHA1 of the commit.
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaTag
- getId() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMHead
- getId() - Method in class org.jenkinsci.plugin.gitea.ReleaseSCMHead
- getIncludePreReleases() - Method in class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait
- getKey() - Method in enum org.jenkinsci.plugin.gitea.client.api.GiteaCommitState
- getKey() - Method in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
- getKey() - Method in enum org.jenkinsci.plugin.gitea.client.api.GiteaHookType
- getKey() - Method in enum org.jenkinsci.plugin.gitea.client.api.GiteaIssueState
- getKey() - Method in enum org.jenkinsci.plugin.gitea.client.api.GiteaPayloadType
- getKey() - Method in enum org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEventType
- getKey() - Method in enum org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEventType
- getLabel() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- getLabels() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getLabels() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getLocation() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- getLogin() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- getLogin() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- getMergeBase() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getMergeCommitSha() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getMergedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue.PullSummary
- getMergedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getMergedBy() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getMessage() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- getMessage() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- getMessage() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- getMilestone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getMilestone() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getMode() - Method in class org.jenkinsci.plugin.gitea.WebhookRegistrationTrait
-
Gets the mode of registration to apply.
- getName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Tagger
- getName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaBranch
- getName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit.Actor
- getName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitActor
- getName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- getName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- getName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaTag
- getNumber() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getNumber() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getNumber() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEvent
- getObject() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- getOpenIssues() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- getOpenIssuesCount() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getOrigin() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMHead
- getOrigin() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMRevision
- getOriginName() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMHead
- getOriginOwner() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMHead
- getOriginPRStrategies() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns the
ChangeRequestCheckoutStrategy
to create for each origin pull request. - getOriginRepository() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMHead
- getOwner() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getParent() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getParents() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- getPassword() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAuthUser
-
Gets the password.
- getPassword() - Method in class org.jenkinsci.plugin.gitea.credentials.PersonalAccessTokenImpl
- getPatchUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getPayload() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- getPayloadClass() - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- getPermissions() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getProjectAction(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- getProjectActions(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- getPronoun() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- getPRStrategies() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns the
ChangeRequestCheckoutStrategy
to create for each pull request. - getPRStrategies(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns the
ChangeRequestCheckoutStrategy
to create for pull requests of the specified type. - getPublishedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getPullRequest() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getPullRequest() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEvent
- getPullRequests() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns the pull request details or an empty list if either the request did not specify to
GiteaSCMSourceRequest.isFetchPRs()
or if the pull request details have not been provided byGiteaSCMSourceRequest.setPullRequests(Iterable)
yet. - getPusher() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- getReason() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- getRef() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCreateEvent
- getRef() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaDeleteEvent
- getRef() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- getRef() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- getRefType() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCreateEvent
- getRefType() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaDeleteEvent
- getRelease() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- getReleases() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
- getRemote() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- getRepo() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- getRepoId() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- getRepoOwner() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- getRepoOwner() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- getRepository() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- getRepository() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- getRepository() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- getRequestedOriginBranchNames() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Gets requested origin branch names.
- getRequestedPullRequestNumbers() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns requested pull request numbers.
- getRequestedTagNames() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Gets requested tag names.
- getRoot() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem
- getScmClass() - Method in class org.jenkinsci.plugin.gitea.SSHCheckoutTrait.DescriptorImpl
- getSecret() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- getSender() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- getSender() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- getServerItems() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Populates a
ListBoxModel
with the endpoints. - getServers() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Gets the list of endpoints.
- getServerUrl() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- getServerUrl() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- getServerUrl() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer
- getSha() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
-
Gets the SHA1 of the tag object.
- getSha() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.TaggedObject
- getSha() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- getSha() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitHash
- getSha() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCreateEvent
- getSha() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- getSignature() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- getSigner() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- getSize() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- getSourceClass() - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.DescriptorImpl
- getSourceClass() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.DescriptorImpl
- getSourceClass() - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.DescriptorImpl
- getSourceClass() - Method in class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait.DescriptorImpl
- getSourceClass() - Method in class org.jenkinsci.plugin.gitea.SSHCheckoutTrait.DescriptorImpl
- getSourceClass() - Method in class org.jenkinsci.plugin.gitea.TagDiscoveryTrait.DescriptorImpl
- getSourceClass() - Method in class org.jenkinsci.plugin.gitea.WebhookRegistrationTrait.DescriptorImpl
- getSourceName() - Method in class org.jenkinsci.plugin.gitea.AbstractGiteaSCMHeadEvent
- getSourceName() - Method in class org.jenkinsci.plugin.gitea.AbstractGiteaSCMSourceEvent
- getSshRemote() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- getSshUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getStarsCount() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getState() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getState() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getState() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- getState() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getStatus() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getStatusCode() - Method in exception org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException
- getStatusMessage() - Method in exception org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException
- getStrategies() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait
-
Returns the strategies.
- getStrategies() - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait
-
Returns the strategies.
- getStrategyId() - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait
-
Returns the strategy id.
- getStrategyId() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait
-
Gets the strategy id.
- getStrategyId() - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait
-
Gets the strategy id.
- getTag() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- getTagger() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- getTagName() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getTags() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns the branch details or an empty list if either the request did not specify to
GiteaSCMSourceRequest.isFetchBranches()
or if the branch details have not been provided byGiteaSCMSourceRequest.setBranches(Iterable)
yet. - getTarballUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getTarget() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMHead
- getTargetCommitish() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getTargetUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getTimestamp() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- getTitle() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getTitle() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- getTitle() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getToken() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAuthToken
-
Gets the token.
- getToken() - Method in interface org.jenkinsci.plugin.gitea.credentials.PersonalAccessToken
-
Gets the token.
- getToken() - Method in class org.jenkinsci.plugin.gitea.credentials.PersonalAccessTokenImpl
-
Gets the token.
- getTraits() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- getTraits() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- getTraitsDefaults() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- getTraitsDefaults() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- getTraitsDescriptorLists() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- getTraitsDescriptorLists() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource.DescriptorImpl
- getTree() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- getTrust() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait
-
Gets the authority.
- getTrustDescriptors() - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.DescriptorImpl
-
Returns the list of appropriate
SCMHeadAuthorityDescriptor
instances. - getTrustedRevision(SCMRevision, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- getType() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.TaggedObject
- getType() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- getUpdatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getUpdatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- getUpdatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getUpdatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getUpdatedAt() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.TaggedObject
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitHash
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- getUrl() - Method in class org.jenkinsci.plugin.gitea.GiteaLink
-
Returns the URL the link should redirect to.
- getUrlName() - Method in class org.jenkinsci.plugin.gitea.GiteaLink
- getUrlName() - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookAction
- getUser() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- getUser() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- getUsername() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAuthUser
-
Gets the username.
- getUsername() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit.Actor
- getUsername() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- getUsername() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- getUsername() - Method in class org.jenkinsci.plugin.gitea.credentials.PersonalAccessTokenImpl
- getUuid() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- getVerification() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- getVersion() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaVersion
- getVersionNumber() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaVersion
- getWatchersCount() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getWebsite() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- getWebsite() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- getZipballUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- GitActor() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitActor
- GitActor(Date, String, String) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitActor
- GitCommit() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- GitCommit(GiteaCommitDetail.GitActor, GiteaCommitDetail.GitActor, String, GiteaCommitHash, String) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- gitea() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- Gitea - Class in org.jenkinsci.plugin.gitea.client.api
-
Entry point to the Gitea client API for opening a
GiteaConnection
. - GITEA - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaHookType
- GiteaAnnotatedTag - Class in org.jenkinsci.plugin.gitea.client.api
-
Represents an annotated tag.
- GiteaAnnotatedTag() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- GiteaAnnotatedTag(String, String, String, String, GiteaAnnotatedTag.Tagger, GiteaAnnotatedTag.TaggedObject, GiteaAnnotatedTag.Verification) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- GiteaAnnotatedTag.TaggedObject - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaAnnotatedTag.Tagger - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaAnnotatedTag.Verification - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaAssetPublisher - Class in org.jenkinsci.plugin.gitea.tasks
- GiteaAssetPublisher(String) - Constructor for class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- GiteaAssetPublisher_DisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.DisplayName
:Publishes an asset to the gitea release, if the build was triggered by an release
. - GiteaAssetPublisher_NoIncludes() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.NoIncludes
:No assets are configured for publishing. You probably forgot to set the file pattern, so please go back to the configuration and specify it. If you really did mean to publish all the files in the workspace, please specify "**"
. - GiteaAssetPublisher_NoMatchFound(Object) - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.NoMatchFound
:No assets found that match the file pattern "{0}". Configuration error?
. - GiteaAssetPublisher_SkipBecauseOnlyIfSuccessful() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.SkipBecauseOnlyIfSuccessful
:Skipped archiving because build is not successful
. - GiteaAssetPublisher_StartPublishing() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.StartPublishing
:Publishing Gitea release assets
. - GiteaAssetPublisher.DescriptorImpl - Class in org.jenkinsci.plugin.gitea.tasks
- GiteaAuth - Interface in org.jenkinsci.plugin.gitea.client.api
-
Base class for client authentication information.
- GiteaAuthNone - Class in org.jenkinsci.plugin.gitea.client.api
-
Represents anonymous authentication to the Gitea API.
- GiteaAuthNone() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaAuthNone
- GiteaAuthToken - Class in org.jenkinsci.plugin.gitea.client.api
-
Represents token based authentication to the Gitea API.
- GiteaAuthToken(String) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaAuthToken
-
Constructor.
- GiteaAuthTokenSource - Class in org.jenkinsci.plugin.gitea.authentication
-
Converts
PersonalAccessToken
toGiteaAuthToken
authentication. - GiteaAuthTokenSource() - Constructor for class org.jenkinsci.plugin.gitea.authentication.GiteaAuthTokenSource
-
Constructor.
- GiteaAuthUser - Class in org.jenkinsci.plugin.gitea.client.api
-
Represents username/password authentication to the Gitea API
- GiteaAuthUser(String, String) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaAuthUser
-
Constructor.
- GiteaAuthUserSource - Class in org.jenkinsci.plugin.gitea.authentication
-
Converts
UsernamePasswordCredentials
toGiteaAuthUser
authentication. - GiteaAuthUserSource() - Constructor for class org.jenkinsci.plugin.gitea.authentication.GiteaAuthUserSource
-
Constructor.
- GiteaAvatar - Class in org.jenkinsci.plugin.gitea
-
Metadata for the avatar of a Gitea Organization / user / repository.
- GiteaAvatar(String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaAvatar
-
Constructor.
- GiteaBranch - Class in org.jenkinsci.plugin.gitea.client.api
-
Represents a Gitea Branch.
- GiteaBranch() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaBranch
- GiteaBranch(String, GiteaCommit) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaBranch
- GiteaBrowser - Class in org.jenkinsci.plugin.gitea
-
A
GitRepositoryBrowser
for Gitea. - GiteaBrowser(String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaBrowser
-
Constructor.
- GiteaBrowser_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaBrowser.displayName
:Gitea
. - GiteaBrowser.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Our descriptor.
- GiteaCommit - Class in org.jenkinsci.plugin.gitea.client.api
-
Represents a commit.
- GiteaCommit() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- GiteaCommit(String, String, String, GiteaCommit.Actor, GiteaCommit.Actor, Date) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- GiteaCommit.Actor - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaCommitDetail - Class in org.jenkinsci.plugin.gitea.client.api
-
Represents an individual commit detail.
- GiteaCommitDetail() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- GiteaCommitDetail.GitActor - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaCommitDetail.GitCommit - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaCommitHash - Class in org.jenkinsci.plugin.gitea.client.api
-
A Commit hash with Url.
- GiteaCommitHash() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommitHash
- GiteaCommitState - Enum in org.jenkinsci.plugin.gitea.client.api
-
Represents the status of a commit.
- GiteaCommitStatus - Class in org.jenkinsci.plugin.gitea.client.api
-
Represents a commit status.
- GiteaCommitStatus() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- GiteaConnection - Interface in org.jenkinsci.plugin.gitea.client.api
-
The Gitea Client connection, use
Gitea
to open a connection. - GiteaConnectionFactory - Class in org.jenkinsci.plugin.gitea.client.spi
-
The SPI for instantiating
GiteaConnection
implementations fromGitea
. - GiteaConnectionFactory() - Constructor for class org.jenkinsci.plugin.gitea.client.spi.GiteaConnectionFactory
- GiteaCreateEvent - Class in org.jenkinsci.plugin.gitea.client.api
-
Gitea
GiteaEventType.CREATE
event. - GiteaCreateEvent() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaCreateEvent
- GiteaCreateSCMEvent - Class in org.jenkinsci.plugin.gitea
-
A
SCMHeadEvent
for aGiteaCreateEvent
. - GiteaCreateSCMEvent(GiteaCreateEvent, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent
-
Constructor.
- GiteaCreateSCMEvent.HandlerImpl - Class in org.jenkinsci.plugin.gitea
-
Our handler.
- GiteaDeleteEvent - Class in org.jenkinsci.plugin.gitea.client.api
-
Gitea
GiteaEventType.DELETE
event. - GiteaDeleteEvent() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaDeleteEvent
- GiteaDeleteSCMEvent - Class in org.jenkinsci.plugin.gitea
-
A
SCMHeadEvent
for aGiteaDeleteEvent
. - GiteaDeleteSCMEvent(GiteaDeleteEvent, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaDeleteSCMEvent
-
Constructor.
- GiteaDeleteSCMEvent.HandlerImpl - Class in org.jenkinsci.plugin.gitea
-
Our handler.
- GiteaEvent - Class in org.jenkinsci.plugin.gitea.client.api
-
Generic Gitea event.
- GiteaEvent() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- GiteaEvent(String, GiteaRepository, GiteaOwner) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- GiteaEventType - Enum in org.jenkinsci.plugin.gitea.client.api
-
Gitea event types.
- GiteaHook - Class in org.jenkinsci.plugin.gitea.client.api
-
A Gitea web hook for notification of events.
- GiteaHook() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- GiteaHook(GiteaHookType, GiteaHook.Configuration, Set<GiteaEventType>, boolean) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- GiteaHook.Configuration - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaHookType - Enum in org.jenkinsci.plugin.gitea.client.api
-
The type of
GiteaHook
. - GiteaHttpStatusException - Exception in org.jenkinsci.plugin.gitea.client.api
-
A richer
IOException
that reflects the status code of a response. - GiteaHttpStatusException(int, String) - Constructor for exception org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException
- GiteaHttpStatusException(int, String, String) - Constructor for exception org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException
- GiteaHttpStatusException(int, String, String, Throwable) - Constructor for exception org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException
- GiteaHttpStatusException(int, String, Throwable) - Constructor for exception org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException
- GiteaIssue - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaIssue() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- GiteaIssue(String, GiteaOwner, String, String, List<GiteaLabel>, GiteaMilestone, GiteaOwner, GiteaIssueState, long) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- GiteaIssue.PullSummary - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaIssueState - Enum in org.jenkinsci.plugin.gitea.client.api
- GiteaLabel - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaLabel() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- GiteaLink - Class in org.jenkinsci.plugin.gitea
-
Link to Gitea
- GiteaLink(String, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaLink
-
Constructor.
- GiteaLink_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaLink.displayName
:Gitea
. - GiteaMilestone - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaMilestone() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- GiteaNotifier - Class in org.jenkinsci.plugin.gitea
-
Notification of commit status information to Gitea.
- GiteaNotifier() - Constructor for class org.jenkinsci.plugin.gitea.GiteaNotifier
- GiteaNotifier.JobCheckOutListener - Class in org.jenkinsci.plugin.gitea
- GiteaNotifier.JobCompletedListener - Class in org.jenkinsci.plugin.gitea
-
Sends notifications to Bitbucket on Run completed.
- GiteaNotifier.JobScheduledListener - Class in org.jenkinsci.plugin.gitea
-
Listener to catch jobs being added to the build queue.
- GiteaObject<T extends GiteaObject<T>> - Class in org.jenkinsci.plugin.gitea.client.api
-
Base class for all types in the Gitea object model.
- GiteaObject() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaObject
- GiteaOrganization - Class in org.jenkinsci.plugin.gitea.client.api
-
A Gitea organization.
- GiteaOrganization() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- GiteaOrganization(String, String, String, String, String, String) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- GiteaOwner - Class in org.jenkinsci.plugin.gitea.client.api
-
Owner of a repository.
- GiteaOwner() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- GiteaOwner(String, String, String, String) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- GiteaPayloadType - Enum in org.jenkinsci.plugin.gitea.client.api
-
The
GiteaHook
event payload. - GiteaPullRequest - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaPullRequest() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- GiteaPullRequest(String, GiteaOwner, String, String, List<GiteaLabel>, GiteaMilestone, GiteaOwner, GiteaIssueState, long, String, String, String, boolean, boolean, Date, String, GiteaOwner, GiteaPullRequest.Reference, GiteaPullRequest.Reference, String) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- GiteaPullRequest.Reference - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaPullRequestEvent - Class in org.jenkinsci.plugin.gitea.client.api
-
Gitea
GiteaEventType.PULL_REQUEST
event. - GiteaPullRequestEvent() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEvent
- GiteaPullRequestEventType - Enum in org.jenkinsci.plugin.gitea.client.api
- GiteaPullSCMEvent - Class in org.jenkinsci.plugin.gitea
-
A
SCMHeadEvent
for aGiteaPullRequestEvent
. - GiteaPullSCMEvent(GiteaPullRequestEvent, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaPullSCMEvent
-
Constructor.
- GiteaPullSCMEvent.HandlerImpl - Class in org.jenkinsci.plugin.gitea
-
Our handler.
- GiteaPushEvent - Class in org.jenkinsci.plugin.gitea.client.api
-
Gitea
GiteaEventType.PUSH
event. - GiteaPushEvent() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- GiteaPushSCMEvent - Class in org.jenkinsci.plugin.gitea
-
A
SCMHeadEvent
for aGiteaPushEvent
. - GiteaPushSCMEvent(GiteaPushEvent, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaPushSCMEvent
-
Constructor.
- GiteaPushSCMEvent.HandlerImpl - Class in org.jenkinsci.plugin.gitea
-
Our handler.
- GiteaRelease - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaRelease() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- GiteaRelease.Attachment - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaReleaseEvent - Class in org.jenkinsci.plugin.gitea.client.api
-
Gitea
GiteaEventType.RELEASE
event. - GiteaReleaseEvent() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- GiteaReleaseEventType - Enum in org.jenkinsci.plugin.gitea.client.api
- GiteaReleaseNotifier - Class in org.jenkinsci.plugin.gitea
- GiteaReleaseNotifier() - Constructor for class org.jenkinsci.plugin.gitea.GiteaReleaseNotifier
- GiteaReleaseNotifier.JobCompletedListener - Class in org.jenkinsci.plugin.gitea
- GiteaReleaseSCMEvent - Class in org.jenkinsci.plugin.gitea
- GiteaReleaseSCMEvent(GiteaReleaseEvent, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaReleaseSCMEvent
- GiteaReleaseSCMEvent.HandlerImpl - Class in org.jenkinsci.plugin.gitea
- GiteaRepository - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaRepository() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- GiteaRepository(GiteaOwner, GiteaRepository, String, String, String, boolean, boolean, boolean, boolean, boolean, String, String, String, String, long, long, long, long, String, String, GiteaRepository.Permissions) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- GiteaRepository.Permissions - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaRepositoryEvent - Class in org.jenkinsci.plugin.gitea.client.api
-
Gitea
GiteaEventType.REPOSITORY
event. - GiteaRepositoryEvent() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaRepositoryEvent
- GiteaRepositorySCMEvent - Class in org.jenkinsci.plugin.gitea
-
A
SCMHeadEvent
for aGiteaPushEvent
. - GiteaRepositorySCMEvent(GiteaRepositoryEvent, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaRepositorySCMEvent
-
Constructor.
- GiteaRepositorySCMEvent.HandlerImpl - Class in org.jenkinsci.plugin.gitea
-
Our handler.
- GiteaSCMBuilder - Class in org.jenkinsci.plugin.gitea
-
Builds a
GitSCM
forGiteaSCMSource
. - GiteaSCMBuilder(GiteaSCMSource, SCMHead, SCMRevision) - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMBuilder
-
Constructor.
- GiteaSCMFileSystem - Class in org.jenkinsci.plugin.gitea
- GiteaSCMFileSystem(GiteaConnection, GiteaRepository, String, SCMRevision) - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem
- GiteaSCMFileSystem.BuilderImpl - Class in org.jenkinsci.plugin.gitea
- GiteaSCMNavigator - Class in org.jenkinsci.plugin.gitea
- GiteaSCMNavigator(String, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- GiteaSCMNavigator_description() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.description
:Scans a Gitea Organization (or user account) for all repositories matching some defined markers.
. - GiteaSCMNavigator_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.displayName
:Gitea Organization
. - GiteaSCMNavigator_pronoun() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.pronoun
:Gitea Organization
. - GiteaSCMNavigator_selectedCredentialsMissing() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.selectedCredentialsMissing
:Cannot find currently selected credentials
. - GiteaSCMNavigator_traitSection_additional() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.traitSection_additional
:Additional
. - GiteaSCMNavigator_traitSection_repositories() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.traitSection_repositories
:Repositories
. - GiteaSCMNavigator_traitSection_withinRepo() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.traitSection_withinRepo
:Within repository
. - GiteaSCMNavigator.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
- GiteaSCMNavigatorContext - Class in org.jenkinsci.plugin.gitea
- GiteaSCMNavigatorContext() - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMNavigatorContext
- GiteaSCMNavigatorRequest - Class in org.jenkinsci.plugin.gitea
- GiteaSCMNavigatorRequest(SCMNavigator, GiteaSCMNavigatorContext, SCMSourceObserver) - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMNavigatorRequest
- GiteaSCMSource - Class in org.jenkinsci.plugin.gitea
- GiteaSCMSource(String, String, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMSource
- GiteaSCMSource_ChangeRequestCategory() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.ChangeRequestCategory
:Pull Requests
. - GiteaSCMSource_DisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.DisplayName
:Gitea
. - GiteaSCMSource_Pronoun() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.Pronoun
:Repository
. - GiteaSCMSource_ReleaseCategory() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.ReleaseCategory
:Releases
. - GiteaSCMSource_selectedCredentialsMissing() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.selectedCredentialsMissing
:Cannot find currently selected credentials
. - GiteaSCMSource_TagCategory() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.TagCategory
:Tags
. - GiteaSCMSource_traitSection_additional() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.traitSection_additional
:Additional
. - GiteaSCMSource_traitSection_withinRepo() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.traitSection_withinRepo
:Within repository
. - GiteaSCMSource_UncategorizedCategory() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.UncategorizedCategory
:Branches
. - GiteaSCMSource.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
- GiteaSCMSourceBuilder - Class in org.jenkinsci.plugin.gitea
- GiteaSCMSourceBuilder(String, String, String, String, String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMSourceBuilder
- GiteaSCMSourceContext - Class in org.jenkinsci.plugin.gitea
- GiteaSCMSourceContext(SCMSourceCriteria, SCMHeadObserver) - Constructor for class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- GiteaSCMSourceRequest - Class in org.jenkinsci.plugin.gitea
- GiteaServer - Class in org.jenkinsci.plugin.gitea.servers
-
Represents a Gitea Server instance.
- GiteaServer(String, String, boolean, String) - Constructor for class org.jenkinsci.plugin.gitea.servers.GiteaServer
-
Deprecated.
- GiteaServer(String, String, boolean, String, String) - Constructor for class org.jenkinsci.plugin.gitea.servers.GiteaServer
-
Constructor
- GiteaServer_cannotConnect(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.cannotConnect
:Could not communicate with server: <code>{0}</code>
. - GiteaServer_credentialsNotResolved(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.credentialsNotResolved
:Cannot resolve suitable credentials with id: <code>{0}</code>
. - GiteaServer_displayName() - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.displayName
:Gitea Server
. - GiteaServer_hookManagementAs(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.hookManagementAs
:Hook management will be performed as <code>{0}</code>
. - GiteaServer_invalidUrl(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.invalidUrl
:Invalid URL: <code>{0}</code>
. - GiteaServer_serverVersion(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.serverVersion
:Gitea Version: <code>{0}</code>
. - GiteaServer_validateInterrupted() - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.validateInterrupted
:Interrupted while trying to validate credentials
. - GiteaServer_versionInterrupted() - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.versionInterrupted
:Interrupted while trying to determine server version
. - GiteaServer.DescriptorImpl - Class in org.jenkinsci.plugin.gitea.servers
-
Our descriptor.
- GiteaServers - Class in org.jenkinsci.plugin.gitea.servers
-
Represents the global configuration of Gitea servers.
- GiteaServers() - Constructor for class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Constructor.
- GiteaTag - Class in org.jenkinsci.plugin.gitea.client.api
-
Represents a Gitea Tag.
- GiteaTag() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaTag
- GiteaTag(String, String, GiteaCommitHash) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaTag
- GiteaUser - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaUser() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaUser
- GiteaUser(String, String, String, String) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaUser
- GiteaVersion - Class in org.jenkinsci.plugin.gitea.client.api
- GiteaVersion() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaVersion
- GiteaVersion(String) - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaVersion
- GiteaWebhookAction - Class in org.jenkinsci.plugin.gitea
- GiteaWebhookAction() - Constructor for class org.jenkinsci.plugin.gitea.GiteaWebhookAction
- GiteaWebhookHandler<E extends jenkins.scm.api.SCMEvent<P>,
P extends GiteaEvent> - Class in org.jenkinsci.plugin.gitea - GiteaWebhookHandler() - Constructor for class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- GiteaWebhookHandler(String) - Constructor for class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- GiteaWebhookHandler(String, Class<E>, Class<P>) - Constructor for class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- GiteaWebhookListener - Class in org.jenkinsci.plugin.gitea
- GiteaWebhookListener() - Constructor for class org.jenkinsci.plugin.gitea.GiteaWebhookListener
- GiteaWebhookListener.GitSCMOnSaveNotifier - Class in org.jenkinsci.plugin.gitea
- GitSCMOnSaveNotifier() - Constructor for class org.jenkinsci.plugin.gitea.GiteaWebhookListener.GitSCMOnSaveNotifier
- GOGS - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaHookType
H
- HandlerImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent.HandlerImpl
- HandlerImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaDeleteSCMEvent.HandlerImpl
- HandlerImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaPullSCMEvent.HandlerImpl
- HandlerImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaPushSCMEvent.HandlerImpl
- HandlerImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaReleaseSCMEvent.HandlerImpl
- HandlerImpl() - Constructor for class org.jenkinsci.plugin.gitea.GiteaRepositorySCMEvent.HandlerImpl
- hashCode() - Method in class org.jenkinsci.plugin.gitea.GiteaAvatar
- hashCode() - Method in class org.jenkinsci.plugin.gitea.GiteaLink
- heads(SCMSource) - Method in class org.jenkinsci.plugin.gitea.AbstractGiteaSCMHeadEvent
- headsFor(GiteaSCMSource) - Method in class org.jenkinsci.plugin.gitea.AbstractGiteaSCMHeadEvent
- headsFor(GiteaSCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent
- headsFor(GiteaSCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaDeleteSCMEvent
- headsFor(GiteaSCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaPullSCMEvent
- headsFor(GiteaSCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaPushSCMEvent
- headsFor(GiteaSCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaReleaseSCMEvent
I
- id() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- id() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceBuilder
- IGNORE_UNKNOWN_PROPERTIES - Static variable in class org.jenkinsci.plugin.gitea.client.api.Gitea
-
The
JsonIgnoreProperties.ignoreUnknown()
to use. - includeCategory(SCMHeadCategory) - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait
- includeCategory(SCMHeadCategory) - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait
- includeCategory(SCMHeadCategory) - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait
- includeCategory(SCMHeadCategory) - Method in class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait
- includeCategory(SCMHeadCategory) - Method in class org.jenkinsci.plugin.gitea.TagDiscoveryTrait
- includePreReleases(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- includesPreReleases() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- isActive() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- isAdmin() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository.Permissions
- isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustContributors.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class org.jenkinsci.plugin.gitea.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- isArchived() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- isBuildBranch() - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait
-
Returns
true
if building branches that are not filed as a PR. - isBuildBranchesWithPR() - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait
-
Returns
true
if building branches that are filed as a PR. - isBuildBranchesWithPROrMain() - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait
-
Returns
true
if building branches that are filed as a PR or the main branch. - isCaseSensitive() - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- isDefaultExcludes() - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- isDraft() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- isEmpty() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- isEndpointSelectable() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Returns
true
if and only if there is more than one configured endpoint. - isEventFor(String, String) - Static method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Checks if the supplied event url is for the specified server url (after consulting
- isExcludeArchivedRepositories() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigatorContext
- isExcluded(SCMSourceRequest, SCMHead) - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter
- isExcluded(SCMSourceRequest, SCMHead) - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter
- isExcluded(SCMSourceRequest, SCMHead) - Method in class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.OriginPRBranchesOrMainSCMHeadFilter
- isFetchBranches() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns
true
if branch details need to be fetched. - isFetchForkPRs() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns
true
if fork pull request details need to be fetched. - isFetchOriginPRs() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns
true
if origin pull request details need to be fetched. - isFetchPRs() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns
true
if pull request details need to be fetched. - isFetchReleases() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns
true
if release details need to be fetched. - isFetchTags() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Returns
true
if tag details need to be fetched. - isFollowSymlinks() - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- isFork() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- isIncludingPreReleases() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
- isManageHooks() - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServer
-
Returns
true
if and only if Jenkins is supposed to auto-manage hooks for this end-point. - isMatch(SCM) - Method in class org.jenkinsci.plugin.gitea.AbstractGiteaSCMHeadEvent
- isMatch(SCM) - Method in class org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent
- isMatch(SCM) - Method in class org.jenkinsci.plugin.gitea.GiteaPushSCMEvent
- isMatch(SCMHead) - Method in class org.jenkinsci.plugin.gitea.ReleaseSCMHeadCategory
- isMatch(SCMNavigator) - Method in class org.jenkinsci.plugin.gitea.AbstractGiteaSCMHeadEvent
- isMatch(SCMNavigator) - Method in class org.jenkinsci.plugin.gitea.AbstractGiteaSCMSourceEvent
- isMatch(SCMSource) - Method in class org.jenkinsci.plugin.gitea.AbstractGiteaSCMSourceEvent
- isMergeable() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- isMerged() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue.PullSummary
- isMerged() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- isMirror() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- isOnlyIfSuccessful() - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- isPrerelease() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- isPrivate() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- isPull() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository.Permissions
- isPush() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository.Permissions
- isUsernameSecret() - Method in class org.jenkinsci.plugin.gitea.credentials.PersonalAccessTokenImpl
- isVerified() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- ITEM - Enum constant in enum org.jenkinsci.plugin.gitea.WebhookRegistration
-
Use the item scoped credentials to register the webhook.
J
- jenkinsPluginClassLoader() - Method in class org.jenkinsci.plugin.gitea.client.api.Gitea
- JobCheckOutListener() - Constructor for class org.jenkinsci.plugin.gitea.GiteaNotifier.JobCheckOutListener
- JobCompletedListener() - Constructor for class org.jenkinsci.plugin.gitea.GiteaNotifier.JobCompletedListener
- JobCompletedListener() - Constructor for class org.jenkinsci.plugin.gitea.GiteaReleaseNotifier.JobCompletedListener
- JobScheduledListener() - Constructor for class org.jenkinsci.plugin.gitea.GiteaNotifier.JobScheduledListener
- JSON - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaPayloadType
L
- lastModified() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem
- LOGGER - Static variable in class org.jenkinsci.plugin.gitea.GiteaReleaseSCMEvent
- LOGGER - Static variable in class org.jenkinsci.plugin.gitea.GiteaWebhookListener
M
- matches(String) - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- MergeWithGitSCMExtension - Class in org.jenkinsci.plugin.gitea
-
Deprecated.use
MergeWithGitSCMExtension
- Messages - Class in org.jenkinsci.plugin.gitea.credentials
-
Generated localization support class.
- Messages - Class in org.jenkinsci.plugin.gitea
-
Generated localization support class.
- Messages - Class in org.jenkinsci.plugin.gitea.servers
-
Generated localization support class.
- Messages() - Constructor for class org.jenkinsci.plugin.gitea.credentials.Messages
- Messages() - Constructor for class org.jenkinsci.plugin.gitea.Messages
- Messages() - Constructor for class org.jenkinsci.plugin.gitea.servers.Messages
N
- newInstance(String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator.DescriptorImpl
- newInstance(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugin.gitea.GiteaBrowser.DescriptorImpl
- newInstance(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher.DescriptorImpl
- newRequest(SCMNavigator, SCMSourceObserver) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigatorContext
- newRequest(SCMSource, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- normalizeServerUrl(String) - Static method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Fix a serverUrl.
- notificationsDisabled() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
O
- onChange(Saveable, XmlFile) - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookListener.GitSCMOnSaveNotifier
- onCheckout(Run<?, ?>, SCM, FilePath, TaskListener, File, SCMRevisionState) - Method in class org.jenkinsci.plugin.gitea.GiteaNotifier.JobCheckOutListener
- onCompleted(Run<?, ?>, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaNotifier.JobCompletedListener
- onCompleted(Run<?, ?>, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaReleaseNotifier.JobCompletedListener
- onEnterWaiting(Queue.WaitingItem) - Method in class org.jenkinsci.plugin.gitea.GiteaNotifier.JobScheduledListener
- OnlyOriginPRBranchesSCMHeadFilter() - Constructor for class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter
- onStarted(Run<?, ?>, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaNotifier.JobCompletedListener
- open() - Method in class org.jenkinsci.plugin.gitea.client.api.Gitea
-
Opens a
GiteaConnection
to the Gitea server. - open(Gitea) - Method in class org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnectionFactory
-
SPI: open the connection to the supplied URL with the supplied authentication.
- open(Gitea) - Method in class org.jenkinsci.plugin.gitea.client.spi.GiteaConnectionFactory
-
SPI: open the connection to the supplied URL with the supplied authentication.
- OPEN - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaIssueState
- OPENED - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEventType
- org.jenkinsci.plugin.gitea - package org.jenkinsci.plugin.gitea
-
Jenkins SCM API implementation for Gitea
- org.jenkinsci.plugin.gitea.authentication - package org.jenkinsci.plugin.gitea.authentication
-
The
AuthenticationTokenSource
implementations to map betweenCredentials
API and theorg.jenkinsci.plugin.gitea.client.api
authentication support. - org.jenkinsci.plugin.gitea.client.api - package org.jenkinsci.plugin.gitea.client.api
-
Client API for Gitea.
- org.jenkinsci.plugin.gitea.client.impl - package org.jenkinsci.plugin.gitea.client.impl
-
Default implementations of
GiteaConnection
andGiteaConnectionFactory
- org.jenkinsci.plugin.gitea.client.spi - package org.jenkinsci.plugin.gitea.client.spi
-
Client SPI for Gitea.
- org.jenkinsci.plugin.gitea.credentials - package org.jenkinsci.plugin.gitea.credentials
-
Gitea specific
Credentials
interface and default implementation. - org.jenkinsci.plugin.gitea.servers - package org.jenkinsci.plugin.gitea.servers
-
Jenkins UI for managing the list of Gitea servers.
- org.jenkinsci.plugin.gitea.tasks - package org.jenkinsci.plugin.gitea.tasks
- OriginChangeRequestSCMHeadAuthority() - Constructor for class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority
- OriginPRBranchesOrMainSCMHeadFilter() - Constructor for class org.jenkinsci.plugin.gitea.BranchDiscoveryTrait.OriginPRBranchesOrMainSCMHeadFilter
- originPRStrategies() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- OriginPullRequestDiscoveryTrait - Class in org.jenkinsci.plugin.gitea
-
A
Discovery
trait for Gitea that will discover pull requests originating from a branch in the repository itself. - OriginPullRequestDiscoveryTrait(int) - Constructor for class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait
-
Constructor for stapler.
- OriginPullRequestDiscoveryTrait(Set<ChangeRequestCheckoutStrategy>) - Constructor for class org.jenkinsci.plugin.gitea.OriginPullRequestDiscoveryTrait
-
Constructor for programmatic instantiation.
- OriginPullRequestDiscoveryTrait_authorityDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
OriginPullRequestDiscoveryTrait.authorityDisplayName
:Trust origin pull requests
. - OriginPullRequestDiscoveryTrait.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
- OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority - Class in org.jenkinsci.plugin.gitea
-
A
SCMHeadAuthority
that trusts origin pull requests - OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Our descriptor.
P
- PENDING - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaCommitState
- perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- Permissions() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaRepository.Permissions
- PersonalAccessToken - Interface in org.jenkinsci.plugin.gitea.credentials
-
A Gitea personal access token.
- PersonalAccessTokenImpl - Class in org.jenkinsci.plugin.gitea.credentials
-
Default implementation of
PersonalAccessToken
for use byJenkins
CredentialsProvider
instances that storeSecret
locally. - PersonalAccessTokenImpl(CredentialsScope, String, String, String) - Constructor for class org.jenkinsci.plugin.gitea.credentials.PersonalAccessTokenImpl
-
Constructor.
- PersonalAccessTokenImpl_displayName() - Static method in class org.jenkinsci.plugin.gitea.credentials.Messages
-
Key
PersonalAccessTokenImpl.displayName
:Gitea Personal Access Token
. - PersonalAccessTokenImpl_tokenRequired() - Static method in class org.jenkinsci.plugin.gitea.credentials.Messages
-
Key
PersonalAccessTokenImpl.tokenRequired
:Token required
. - PersonalAccessTokenImpl_tokenWrongLength() - Static method in class org.jenkinsci.plugin.gitea.credentials.Messages
-
Key
PersonalAccessTokenImpl.tokenWrongLength
:Token is not the expected length
. - PersonalAccessTokenImpl.DescriptorImpl - Class in org.jenkinsci.plugin.gitea.credentials
-
Our descriptor.
- prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- priority(Gitea) - Method in class org.jenkinsci.plugin.gitea.client.spi.GiteaConnectionFactory
-
SPI: return the priority with which this factory claims ownership of the supplied URL and authentication.
- process(E) - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- process(InputStream, String) - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- process(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookAction
- process(GiteaCreateSCMEvent) - Method in class org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent.HandlerImpl
- process(GiteaDeleteSCMEvent) - Method in class org.jenkinsci.plugin.gitea.GiteaDeleteSCMEvent.HandlerImpl
- process(GiteaPullSCMEvent) - Method in class org.jenkinsci.plugin.gitea.GiteaPullSCMEvent.HandlerImpl
- process(GiteaPushSCMEvent) - Method in class org.jenkinsci.plugin.gitea.GiteaPushSCMEvent.HandlerImpl
- process(GiteaReleaseSCMEvent) - Method in class org.jenkinsci.plugin.gitea.GiteaReleaseSCMEvent.HandlerImpl
- process(GiteaRepositorySCMEvent) - Method in class org.jenkinsci.plugin.gitea.GiteaRepositorySCMEvent.HandlerImpl
- publishArtifacts(Run<?, ?>, TaskListener) - Static method in class org.jenkinsci.plugin.gitea.GiteaReleaseNotifier
- PUBLISHED - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEventType
- PULL_REQUEST - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
- PullRequestSCMHead - Class in org.jenkinsci.plugin.gitea
- PullRequestSCMHead(String, long, BranchSCMHead, ChangeRequestCheckoutStrategy, SCMHeadOrigin, String, String, String) - Constructor for class org.jenkinsci.plugin.gitea.PullRequestSCMHead
-
Constructor.
- PullRequestSCMHead_Pronoun() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
PullRequestSCMHead.Pronoun
:Pull Request
. - PullRequestSCMRevision - Class in org.jenkinsci.plugin.gitea
- PullRequestSCMRevision(PullRequestSCMHead, BranchSCMRevision, BranchSCMRevision) - Constructor for class org.jenkinsci.plugin.gitea.PullRequestSCMRevision
-
Constructor.
- PullSummary() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaIssue.PullSummary
- PUSH - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
R
- READ_ACCESS_COLLABORATOR_LISTING_SUPPORT_MINIMUM_VERSION - Static variable in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- Reference() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- register(SCMNavigatorOwner, GiteaSCMNavigator, WebhookRegistration, String) - Static method in class org.jenkinsci.plugin.gitea.GiteaWebhookListener
- register(SCMSourceOwner, GiteaSCMSource, WebhookRegistration, String) - Static method in class org.jenkinsci.plugin.gitea.GiteaWebhookListener
- register(SCMTriggerItem, GitSCM) - Static method in class org.jenkinsci.plugin.gitea.GiteaWebhookListener
- RELEASE - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
- ReleaseDiscoveryTrait - Class in org.jenkinsci.plugin.gitea
- ReleaseDiscoveryTrait(boolean) - Constructor for class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait
- ReleaseDiscoveryTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ReleaseDiscoveryTrait.displayName
:Discover Gitea releases
. - ReleaseDiscoveryTrait.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
- ReleaseSCMHead - Class in org.jenkinsci.plugin.gitea
- ReleaseSCMHead(String, long) - Constructor for class org.jenkinsci.plugin.gitea.ReleaseSCMHead
- ReleaseSCMHeadCategory - Class in org.jenkinsci.plugin.gitea
-
Category for
SCMHead
instances that implementReleaseSCMHead
. - ReleaseSCMHeadCategory(Localizable) - Constructor for class org.jenkinsci.plugin.gitea.ReleaseSCMHeadCategory
-
Constructs a
ReleaseSCMHeadCategory
with customized naming. - ReleaseSCMRevision - Class in org.jenkinsci.plugin.gitea
- ReleaseSCMRevision(ReleaseSCMHead, String) - Constructor for class org.jenkinsci.plugin.gitea.ReleaseSCMRevision
- removeServer(String) - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Removes an endpoint.
- removeServer(GiteaServer) - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Removes an endpoint.
- REOPENED - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEventType
- repoOwner() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceBuilder
- REPOSITORY - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
- repositoryUrl(String, String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMBuilder
- retrieve(SCMHead, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- retrieve(SCMSourceCriteria, SCMHeadObserver, SCMHeadEvent<?>, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- retrieveActions(SCMHead, SCMHeadEvent, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- retrieveActions(SCMNavigatorOwner, SCMNavigatorEvent, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- retrieveActions(SCMRevision, SCMHeadEvent, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- retrieveActions(SCMSourceEvent, TaskListener) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
S
- server(String) - Static method in class org.jenkinsci.plugin.gitea.client.api.Gitea
-
Creates a new
Gitea
. - serverUrl() - Method in class org.jenkinsci.plugin.gitea.client.api.Gitea
- serverUrl() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceBuilder
- set_Version(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaVersion
-
Deprecated.
- setAction(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepositoryEvent
- setAction(GiteaPullRequestEventType) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEvent
- setAction(GiteaReleaseEventType) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- setActive(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- setAdmin(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository.Permissions
- setAfter(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- setArchived(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setArtifactToAssetMappingEnabled(boolean) - Method in class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait
- setAssignee(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setAssignee(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setAuthor(GiteaCommit.Actor) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- setAuthor(GiteaCommitDetail.GitActor) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- setAuthor(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setAuthor(GiteaUser) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- setAvatarUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- setAvatarUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setBase(GiteaPullRequest.Reference) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setBefore(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- setBody(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setBody(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setBody(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setBranches(Iterable<GiteaBranch>) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Provides the requests with the branch details.
- setBrowserDownloadUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- setCaseSensitive(boolean) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- setChannel(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- setCloneUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setClosedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- setClosedIssues(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- setCollaboratorNames(Set<String>) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Provides the request with the names of the repository collaborators.
- setColor(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- setColor(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- setComments(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setComments(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setCommit(GiteaCommit) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaBranch
- setCommit(GiteaCommitDetail.GitCommit) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- setCommit(GiteaCommitHash) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaTag
- setCommits(List<GiteaCommit>) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- setCommitter(GiteaCommit.Actor) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- setCommitter(GiteaCommitDetail.GitActor) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- setCommitter(GiteaUser) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- setCompareUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- setConfig(GiteaHook.Configuration) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- setConnection(GiteaConnection) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Provides the
GiteaConnection
to use for the request. - setContentType(GiteaPayloadType) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- setContext(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setCreatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setCreatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- setCreatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setCreatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setCreatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- setCreatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setCreatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setCreator(GiteaUser) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setCredentialsId(String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- setCredentialsId(String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- setDate(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Tagger
- setDate(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitActor
- setDefaultBranch(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setDefaultExcludes(boolean) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- setDescription(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setDescription(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- setDescription(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- setDescription(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setDiffUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setDownloadCount(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- setDraft(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setDueOn(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- setEmail(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Tagger
- setEmail(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit.Actor
- setEmail(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitActor
- setEmail(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- setEmpty(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setEvents(Set<GiteaEventType>) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- setExcludeArchivedRepositories(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigatorContext
- setExcludes(String) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- setFollowSymlinks(boolean) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- setFork(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setForksCount(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setFullName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- setFullName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setHead(GiteaPullRequest.Reference) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setHtmlUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- setHtmlUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setHtmlUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setHtmlUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setIconUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setId(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
-
Sets the SHA1 of the commit.
- setId(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaTag
- setIncludePreReleases(boolean) - Method in class org.jenkinsci.plugin.gitea.ReleaseDiscoveryTrait
- setLabel(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- setLabels(List<GiteaLabel>) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setLabels(List<GiteaLabel>) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setLocation(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- setLogin(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- setLogin(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- setMergeable(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setMergeBase(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setMergeCommitSha(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setMerged(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue.PullSummary
- setMerged(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setMergedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue.PullSummary
- setMergedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setMergedBy(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setMessage(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- setMessage(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- setMessage(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- setMilestone(GiteaMilestone) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setMilestone(GiteaMilestone) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setMirror(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Tagger
- setName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaBranch
- setName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit.Actor
- setName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitActor
- setName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- setName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- setName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaTag
- setNumber(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setNumber(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setNumber(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEvent
- setObject(GiteaAnnotatedTag.TaggedObject) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- setOnlyIfSuccessful(boolean) - Method in class org.jenkinsci.plugin.gitea.tasks.GiteaAssetPublisher
- setOpenIssues(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- setOpenIssuesCount(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setOwner(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setParent(GiteaRepository) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setParents(List<GiteaCommitHash>) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- setPatchUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setPayload(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- setPermissions(GiteaRepository.Permissions) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setPrerelease(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setPrivate(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setPublishedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setPull(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository.Permissions
- setPullRequest(GiteaIssue.PullSummary) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setPullRequest(GiteaPullRequest) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEvent
- setPullRequests(Iterable<GiteaPullRequest>) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Provides the requests with the pull request details.
- setPush(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository.Permissions
- setPusher(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- setReason(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- setRef(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCreateEvent
- setRef(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaDeleteEvent
- setRef(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- setRef(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- setRefType(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCreateEvent
- setRefType(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaDeleteEvent
- setRelease(GiteaRelease) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- setReleases(Iterable<GiteaRelease>) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
- setRepo(GiteaRepository) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- setRepoId(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- setRepository(GiteaRepository) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- setRepository(GiteaRepository) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- setSecret(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- setSender(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- setSender(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- setServers(List<? extends GiteaServer>) - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Sets the list of endpoints.
- setSha(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
-
Sets the SHA1 of the commit.
- setSha(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.TaggedObject
- setSha(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- setSha(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitHash
- setSha(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCreateEvent
- setSha(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- setSignature(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- setSigner(GiteaCommit.Actor) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- setSize(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- setSshRemote(String) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- setSshUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setStarsCount(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setState(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- setState(GiteaCommitState) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setState(GiteaIssueState) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setState(GiteaIssueState) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setStatus(GiteaCommitState) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setTag(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- setTagger(GiteaAnnotatedTag.Tagger) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- setTagName(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setTags(Iterable<GiteaTag>) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceRequest
-
Provides the requests with the branch details.
- setTarballUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setTargetCommitish(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setTargetUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setTimestamp(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- setTitle(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setTitle(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- setTitle(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setTraits(List<SCMSourceTrait>) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- setTraits(List<SCMTrait<? extends SCMTrait<?>>>) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- setTraits(SCMTrait[]) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
- setTree(GiteaCommitHash) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- setType(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.TaggedObject
- setType(GiteaHookType) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- setUpdatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setUpdatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- setUpdatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setUpdatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setUpdatedAt(Date) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.TaggedObject
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitHash
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- setUser(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- setUser(GiteaOwner) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- setUsername(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit.Actor
- setUsername(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- setUsername(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- setUuid(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- setVerification(GiteaAnnotatedTag.Verification) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- setVerified(boolean) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- setVersion(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaVersion
- setWatchersCount(long) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setWebsite(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- setWebsite(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- setZipballUrl(String) - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- SLACK - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaHookType
- SSHCheckoutTrait - Class in org.jenkinsci.plugin.gitea
- SSHCheckoutTrait(String) - Constructor for class org.jenkinsci.plugin.gitea.SSHCheckoutTrait
- SSHCheckoutTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
SSHCheckoutTrait.displayName
:Checkout over SSH
. - SSHCheckoutTrait_incompatibleCredentials() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
SSHCheckoutTrait.incompatibleCredentials
:The currently configured credentials are incompatible with this behaviour
. - SSHCheckoutTrait_missingCredentials() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
SSHCheckoutTrait.missingCredentials
:The currently configured credentials cannot be found
. - SSHCheckoutTrait_useAgentKey() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
SSHCheckoutTrait.useAgentKey
:- use build agent''s key -
. - SSHCheckoutTrait.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
- SUCCESS - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaCommitState
- supports(SCM) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem.BuilderImpl
- supports(SCMSource) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem.BuilderImpl
- supportsDescriptor(SCMDescriptor) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem.BuilderImpl
- supportsDescriptor(SCMSourceDescriptor) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMFileSystem.BuilderImpl
- SYNCHRONIZED - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEventType
- SYSTEM - Enum constant in enum org.jenkinsci.plugin.gitea.WebhookRegistration
-
Use the global system configuration for webhook registration.
T
- TAG_SUPPORT_MINIMUM_VERSION - Static variable in class org.jenkinsci.plugin.gitea.GiteaSCMSource
- TagDiscoveryTrait - Class in org.jenkinsci.plugin.gitea
-
A
Discovery
trait for Gitea that will discover tags on the repository. - TagDiscoveryTrait() - Constructor for class org.jenkinsci.plugin.gitea.TagDiscoveryTrait
-
Constructor for stapler.
- TagDiscoveryTrait_authorityDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
TagDiscoveryTrait.authorityDisplayName
:Trust tags
. - TagDiscoveryTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
TagDiscoveryTrait.displayName
:Discover tags
. - TagDiscoveryTrait.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Our descriptor.
- TagDiscoveryTrait.TagSCMHeadAuthority - Class in org.jenkinsci.plugin.gitea
-
Trusts tags from the origin repository.
- TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Out descriptor.
- TaggedObject() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.TaggedObject
- Tagger() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Tagger
- TagSCMHead - Class in org.jenkinsci.plugin.gitea
-
Our
SCMHead
for Gitea tags. - TagSCMHead(String, long) - Constructor for class org.jenkinsci.plugin.gitea.TagSCMHead
- TagSCMHeadAuthority() - Constructor for class org.jenkinsci.plugin.gitea.TagDiscoveryTrait.TagSCMHeadAuthority
- TagSCMRevision - Class in org.jenkinsci.plugin.gitea
-
Our
SCMRevision
forBranchSCMHead
. - TagSCMRevision(TagSCMHead, String) - Constructor for class org.jenkinsci.plugin.gitea.TagSCMRevision
-
Constructor.
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.TaggedObject
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Tagger
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaBranch
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit.Actor
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommit
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitActor
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail.GitCommit
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitDetail
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitHash
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCommitStatus
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaCreateEvent
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaDeleteEvent
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook.Configuration
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaHook
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue.PullSummary
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaIssue
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaLabel
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaMilestone
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOrganization
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaOwner
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest.Reference
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequest
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEvent
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaPushEvent
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease.Attachment
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRelease
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEvent
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository.Permissions
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepository
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaRepositoryEvent
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaTag
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaUser
- toString() - Method in class org.jenkinsci.plugin.gitea.client.api.GiteaVersion
- toString() - Method in class org.jenkinsci.plugin.gitea.GiteaAvatar
- toString() - Method in class org.jenkinsci.plugin.gitea.GiteaLink
- toString() - Method in class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
- toString() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMRevision
- TrustContributors() - Constructor for class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustContributors
-
Constructor.
- TrustEveryone() - Constructor for class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustEveryone
-
Constructor.
- TrustNobody() - Constructor for class org.jenkinsci.plugin.gitea.ForkPullRequestDiscoveryTrait.TrustNobody
-
Constructor.
U
- UPDATED - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEventType
- updateHook(GiteaOrganization, GiteaHook) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- updateHook(GiteaRepository, GiteaHook) - Method in interface org.jenkinsci.plugin.gitea.client.api.GiteaConnection
- updateServer(GiteaServer) - Method in class org.jenkinsci.plugin.gitea.servers.GiteaServers
-
Updates an existing endpoint (or adds if missing).
V
- valueOf(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaCommitState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaHookType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaIssueState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaPayloadType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jenkinsci.plugin.gitea.WebhookRegistration
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaCommitState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaHookType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaIssueState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaPayloadType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaPullRequestEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jenkinsci.plugin.gitea.client.api.GiteaReleaseEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jenkinsci.plugin.gitea.WebhookRegistration
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Verification() - Constructor for class org.jenkinsci.plugin.gitea.client.api.GiteaAnnotatedTag.Verification
- visitSources(SCMSourceObserver) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMNavigator
W
- wantBranches() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantBranches(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantForkPRs() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantForkPRs(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantOriginPRs() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantOriginPRs(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantPRs() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantReleases() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantReleases(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantTags() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- wantTags(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- WARNING - Enum constant in enum org.jenkinsci.plugin.gitea.client.api.GiteaCommitState
- webhookRegistration() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- webhookRegistration(WebhookRegistration) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- WebhookRegistration - Enum in org.jenkinsci.plugin.gitea
-
Enumeration of the different webhook registration modes.
- WebhookRegistrationTrait - Class in org.jenkinsci.plugin.gitea
-
A
SCMSourceTrait
forGiteaSCMSource
that overrides theGiteaServers
settings for webhook registration. - WebhookRegistrationTrait(String) - Constructor for class org.jenkinsci.plugin.gitea.WebhookRegistrationTrait
-
Constructor.
- WebhookRegistrationTrait(WebhookRegistration) - Constructor for class org.jenkinsci.plugin.gitea.WebhookRegistrationTrait
-
Constructor.
- WebhookRegistrationTrait_disableHook() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
WebhookRegistrationTrait.disableHook
:Disable hook management
. - WebhookRegistrationTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
WebhookRegistrationTrait.displayName
:Override hook management
. - WebhookRegistrationTrait_useItemHook() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
WebhookRegistrationTrait.useItemHook
:Use item credentials for hook management
. - WebhookRegistrationTrait.DescriptorImpl - Class in org.jenkinsci.plugin.gitea
-
Our constructor.
- withArtifactToAssetMappingEnabled(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- withForkPRStrategies(Set<ChangeRequestCheckoutStrategy>) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- withGiteaRemote() - Method in class org.jenkinsci.plugin.gitea.GiteaSCMBuilder
-
Updates the
GitSCMBuilder.withRemote(String)
based on the currentSCMBuilder.head()
andSCMBuilder.revision()
. - withNotificationsDisabled(boolean) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
- withOriginPRStrategies(Set<ChangeRequestCheckoutStrategy>) - Method in class org.jenkinsci.plugin.gitea.GiteaSCMSourceContext
_
- _BranchDiscoveryTrait_allBranches() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.allBranches
:All branches
. - _BranchDiscoveryTrait_authorityDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.authorityDisplayName
:Trust origin branches
. - _BranchDiscoveryTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.displayName
:Discover branches
. - _BranchDiscoveryTrait_excludePRs() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.excludePRs
:Only branches that are not also filed as PRs
. - _BranchDiscoveryTrait_onlyPRs() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.onlyPRs
:Only branches that are also filed as PRs
. - _BranchDiscoveryTrait_onlyPRsOrMain() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
BranchDiscoveryTrait.onlyPRsOrMain
:Only branches that are also filed as PRs or master / main branch
. - _ExcludeArchivedRepositoriesTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ExcludeArchivedRepositoriesTrait.displayName
:Exclude archived repositories
. - _ForkPullRequestDiscoveryTrait_contributorsDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.contributorsDisplayName
:Contributors
. - _ForkPullRequestDiscoveryTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.displayName
:Discover pull requests from forks
. - _ForkPullRequestDiscoveryTrait_everyoneDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.everyoneDisplayName
:Everyone
. - _ForkPullRequestDiscoveryTrait_headAndMerge() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.headAndMerge
:Both the current pull request revision and the pull request merged with the current target branch revision
. - _ForkPullRequestDiscoveryTrait_headOnly() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.headOnly
:The current pull request revision
. - _ForkPullRequestDiscoveryTrait_mergeOnly() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.mergeOnly
:Merging the pull request with the current target branch revision
. - _ForkPullRequestDiscoveryTrait_nobodyDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ForkPullRequestDiscoveryTrait.nobodyDisplayName
:Nobody
. - _GiteaAssetPublisher_DisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.DisplayName
:Publishes an asset to the gitea release, if the build was triggered by an release
. - _GiteaAssetPublisher_NoIncludes() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.NoIncludes
:No assets are configured for publishing. You probably forgot to set the file pattern, so please go back to the configuration and specify it. If you really did mean to publish all the files in the workspace, please specify "**"
. - _GiteaAssetPublisher_NoMatchFound(Object) - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.NoMatchFound
:No assets found that match the file pattern "{0}". Configuration error?
. - _GiteaAssetPublisher_SkipBecauseOnlyIfSuccessful() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.SkipBecauseOnlyIfSuccessful
:Skipped archiving because build is not successful
. - _GiteaAssetPublisher_StartPublishing() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaAssetPublisher.StartPublishing
:Publishing Gitea release assets
. - _GiteaBrowser_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaBrowser.displayName
:Gitea
. - _GiteaLink_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaLink.displayName
:Gitea
. - _GiteaSCMNavigator_description() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.description
:Scans a Gitea Organization (or user account) for all repositories matching some defined markers.
. - _GiteaSCMNavigator_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.displayName
:Gitea Organization
. - _GiteaSCMNavigator_pronoun() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.pronoun
:Gitea Organization
. - _GiteaSCMNavigator_selectedCredentialsMissing() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.selectedCredentialsMissing
:Cannot find currently selected credentials
. - _GiteaSCMNavigator_traitSection_additional() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.traitSection_additional
:Additional
. - _GiteaSCMNavigator_traitSection_repositories() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.traitSection_repositories
:Repositories
. - _GiteaSCMNavigator_traitSection_withinRepo() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMNavigator.traitSection_withinRepo
:Within repository
. - _GiteaSCMSource_ChangeRequestCategory() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.ChangeRequestCategory
:Pull Requests
. - _GiteaSCMSource_DisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.DisplayName
:Gitea
. - _GiteaSCMSource_Pronoun() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.Pronoun
:Repository
. - _GiteaSCMSource_ReleaseCategory() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.ReleaseCategory
:Releases
. - _GiteaSCMSource_selectedCredentialsMissing() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.selectedCredentialsMissing
:Cannot find currently selected credentials
. - _GiteaSCMSource_TagCategory() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.TagCategory
:Tags
. - _GiteaSCMSource_traitSection_additional() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.traitSection_additional
:Additional
. - _GiteaSCMSource_traitSection_withinRepo() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.traitSection_withinRepo
:Within repository
. - _GiteaSCMSource_UncategorizedCategory() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
GiteaSCMSource.UncategorizedCategory
:Branches
. - _GiteaServer_cannotConnect(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.cannotConnect
:Could not communicate with server: <code>{0}</code>
. - _GiteaServer_credentialsNotResolved(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.credentialsNotResolved
:Cannot resolve suitable credentials with id: <code>{0}</code>
. - _GiteaServer_displayName() - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.displayName
:Gitea Server
. - _GiteaServer_hookManagementAs(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.hookManagementAs
:Hook management will be performed as <code>{0}</code>
. - _GiteaServer_invalidUrl(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.invalidUrl
:Invalid URL: <code>{0}</code>
. - _GiteaServer_serverVersion(Object) - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.serverVersion
:Gitea Version: <code>{0}</code>
. - _GiteaServer_validateInterrupted() - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.validateInterrupted
:Interrupted while trying to validate credentials
. - _GiteaServer_versionInterrupted() - Static method in class org.jenkinsci.plugin.gitea.servers.Messages
-
Key
GiteaServer.versionInterrupted
:Interrupted while trying to determine server version
. - _hashCode() - Method in class org.jenkinsci.plugin.gitea.PullRequestSCMRevision
- _OriginPullRequestDiscoveryTrait_authorityDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
OriginPullRequestDiscoveryTrait.authorityDisplayName
:Trust origin pull requests
. - _PersonalAccessTokenImpl_displayName() - Static method in class org.jenkinsci.plugin.gitea.credentials.Messages
-
Key
PersonalAccessTokenImpl.displayName
:Gitea Personal Access Token
. - _PersonalAccessTokenImpl_tokenRequired() - Static method in class org.jenkinsci.plugin.gitea.credentials.Messages
-
Key
PersonalAccessTokenImpl.tokenRequired
:Token required
. - _PersonalAccessTokenImpl_tokenWrongLength() - Static method in class org.jenkinsci.plugin.gitea.credentials.Messages
-
Key
PersonalAccessTokenImpl.tokenWrongLength
:Token is not the expected length
. - _PullRequestSCMHead_Pronoun() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
PullRequestSCMHead.Pronoun
:Pull Request
. - _ReleaseDiscoveryTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
ReleaseDiscoveryTrait.displayName
:Discover Gitea releases
. - _SSHCheckoutTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
SSHCheckoutTrait.displayName
:Checkout over SSH
. - _SSHCheckoutTrait_incompatibleCredentials() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
SSHCheckoutTrait.incompatibleCredentials
:The currently configured credentials are incompatible with this behaviour
. - _SSHCheckoutTrait_missingCredentials() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
SSHCheckoutTrait.missingCredentials
:The currently configured credentials cannot be found
. - _SSHCheckoutTrait_useAgentKey() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
SSHCheckoutTrait.useAgentKey
:- use build agent''s key -
. - _TagDiscoveryTrait_authorityDisplayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
TagDiscoveryTrait.authorityDisplayName
:Trust tags
. - _TagDiscoveryTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
TagDiscoveryTrait.displayName
:Discover tags
. - _WebhookRegistrationTrait_disableHook() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
WebhookRegistrationTrait.disableHook
:Disable hook management
. - _WebhookRegistrationTrait_displayName() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
WebhookRegistrationTrait.displayName
:Override hook management
. - _WebhookRegistrationTrait_useItemHook() - Static method in class org.jenkinsci.plugin.gitea.Messages
-
Key
WebhookRegistrationTrait.useItemHook
:Use item credentials for hook management
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
GiteaServer(String, String, boolean, String, String)