Class GitHubTagCause
java.lang.Object
hudson.model.Cause
com.github.kostyasha.github.integration.generic.GitHubCause<T>
com.github.kostyasha.github.integration.branch.AbstractGitHubBranchCause<GitHubTagCause>
com.github.kostyasha.github.integration.tag.GitHubTagCause
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
-
Constructor Summary
ConstructorsConstructorDescriptionGitHubTagCause
(GitHubTagCause cause) Copy constructorGitHubTagCause
(GitHubTag localTag, GitHubTagRepository localRepo, String reason, boolean skip) GitHubTagCause
(String tagName, String commitSha) GitHubTagCause
(org.kohsuke.github.GHTag remoteTag, GitHubTagRepository localRepo, String reason, boolean skip) -
Method Summary
Modifier and TypeMethodDescriptioncreateSCMHead
(String sourceId) void
fillParameters
(List<ParameterValue> params) Methods inherited from class com.github.kostyasha.github.integration.branch.AbstractGitHubBranchCause
getCommitSha, getFullRef
Methods inherited from class com.github.kostyasha.github.integration.generic.GitHubCause
createSCMRevision, getAbbreviatedTitle, getGitUrl, getHtmlUrl, getPollingLog, getReason, getRemoteData, getSshUrl, getTitle, isSkip, setPollingLog, setPollingLogFile, skipTrigger, withGitUrl, withHtmlUrl, withLocalRepo, withPollingLog, withReason, withRemoteData, withSkip, withSshUrl, withTitle
-
Constructor Details
-
GitHubTagCause
public GitHubTagCause(@NonNull GitHubTag localTag, @NonNull GitHubTagRepository localRepo, String reason, boolean skip) -
GitHubTagCause
public GitHubTagCause(@NonNull org.kohsuke.github.GHTag remoteTag, @NonNull GitHubTagRepository localRepo, String reason, boolean skip) -
GitHubTagCause
-
GitHubTagCause
Copy constructor
-
-
Method Details
-
getTagName
-
getShortDescription
- Specified by:
getShortDescription
in classCause
-
fillParameters
- Specified by:
fillParameters
in classGitHubCause<GitHubTagCause>
-
createSCMHead
- Specified by:
createSCMHead
in classGitHubCause<GitHubTagCause>
-