Uses of Class
com.github.kostyasha.github.integration.generic.GitHubCause
Packages that use GitHubCause
Package
Description
-
Uses of GitHubCause in com.github.kostyasha.github.integration.branch
Subclasses of GitHubCause in com.github.kostyasha.github.integration.branchModifier and TypeClassDescriptionclass
AbstractGitHubBranchCause<T extends AbstractGitHubBranchCause<T>>
class
-
Uses of GitHubCause in com.github.kostyasha.github.integration.generic
Classes in com.github.kostyasha.github.integration.generic with type parameters of type GitHubCauseModifier and TypeClassDescriptionclass
GitHubBadgeAction<T extends GitHubCause<T>>
class
GitHubCause<T extends GitHubCause<T>>
class
GitHubDecisionContext<E,
C extends GitHubCause<C>> interface
GitHubEnv<T extends GitHubCause<?>>
Methods in com.github.kostyasha.github.integration.generic with type parameters of type GitHubCauseModifier and TypeMethodDescriptionstatic <T extends GitHubCause<?>,
X extends Enum<X> & GitHubEnv<T>>
voidGitHubEnv.getParams
(Class<X> enumClass, T cause, List<ParameterValue> params) static <T extends GitHubCause<T>>
TGitHubCause.skipTrigger
(List<? extends T> causes) Methods in com.github.kostyasha.github.integration.generic that return GitHubCauseModifier and TypeMethodDescriptionGitHubCause.withGitUrl
(String gitUrl) GitHubCause.withHtmlUrl
(URL htmlUrl) GitHubCause.withLocalRepo
(GitHubRepository localRepo) GitHubCause.withPollingLog
(String pollingLog) GitHubCause.withReason
(String reason) GitHubCause.withRemoteData
(Object remoteData) GitHubCause.withSkip
(boolean skip) GitHubCause.withSshUrl
(String sshUrl) Methods in com.github.kostyasha.github.integration.generic with parameters of type GitHubCauseModifier and TypeMethodDescriptionvoid
GitHubRepoEnv.addParam
(GitHubCause<?> cause, List<ParameterValue> params) Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubCause -
Uses of GitHubCause in com.github.kostyasha.github.integration.multibranch.handler
Methods in com.github.kostyasha.github.integration.multibranch.handler with parameters of type GitHubCauseModifier and TypeMethodDescriptionboolean
GitHubSourceContext.checkCriteria
(GitHubCause<?> cause) void
GitHubSourceContext.observe
(GitHubCause<?> cause) Method parameters in com.github.kostyasha.github.integration.multibranch.handler with type arguments of type GitHubCauseModifier and TypeMethodDescriptionprotected void
GitHubHandler.processCauses
(GitHubSourceContext context, Stream<? extends GitHubCause<?>> causeStream) -
Uses of GitHubCause in com.github.kostyasha.github.integration.multibranch.head
Classes in com.github.kostyasha.github.integration.multibranch.head with type parameters of type GitHubCause -
Uses of GitHubCause in com.github.kostyasha.github.integration.multibranch.revision
Methods in com.github.kostyasha.github.integration.multibranch.revision that return GitHubCauseMethods in com.github.kostyasha.github.integration.multibranch.revision with parameters of type GitHubCauseConstructors in com.github.kostyasha.github.integration.multibranch.revision with parameters of type GitHubCauseModifierConstructorDescriptionGitHubSCMRevision
(jenkins.scm.api.SCMHead head, String hash, GitHubCause cause) -
Uses of GitHubCause in com.github.kostyasha.github.integration.tag
Subclasses of GitHubCause in com.github.kostyasha.github.integration.tag -
Uses of GitHubCause in org.jenkinsci.plugins.github.pullrequest
Subclasses of GitHubCause in org.jenkinsci.plugins.github.pullrequest