Class GitHubTagDecisionContext.Builder
java.lang.Object
com.github.kostyasha.github.integration.generic.GitHubTagDecisionContext.Builder
- Enclosing class:
- GitHubTagDecisionContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withListener
(TaskListener listener) withLocalRepo
(GitHubTagRepository localRepo) withLocalTag
(GitHubTag localTag) withRemoteTag
(org.kohsuke.github.GHTag remoteTag) withSCMSource
(GitHubSCMSource scmSource) withTagHandler
(GitHubTagHandler tagHandler)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withRemoteTag
public GitHubTagDecisionContext.Builder withRemoteTag(@CheckForNull org.kohsuke.github.GHTag remoteTag) -
withLocalTag
-
withLocalRepo
-
withListener
-
withTagHandler
-
withSCMSource
-
build
-