Class GitHubPRDecisionContext.Builder
java.lang.Object
com.github.kostyasha.github.integration.generic.GitHubPRDecisionContext.Builder
- Enclosing class:
- GitHubPRDecisionContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withListener
(TaskListener listener) withLocalPR
(GitHubPRPullRequest localPR) withLocalRepo
(GitHubPRRepository localRepo) withPrHandler
(GitHubPRHandler prHandler) withPrTrigger
(GitHubPRTrigger prTrigger) withRemotePR
(org.kohsuke.github.GHPullRequest remotePR) withSCMSource
(GitHubSCMSource source)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withRemotePR
public GitHubPRDecisionContext.Builder withRemotePR(@CheckForNull org.kohsuke.github.GHPullRequest remotePR) -
withLocalPR
-
withLocalRepo
-
withListener
-
withPrHandler
-
withSCMSource
-
withPrTrigger
-
build
-