com.dabsquared.gitlabjenkins
Class GitLabPushTrigger
java.lang.Object
hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
com.dabsquared.gitlabjenkins.GitLabPushTrigger
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.triggers.Trigger<?>>
public class GitLabPushTrigger
- extends hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
Triggers a build when we receive a GitLab WebHook.
- Author:
- Daniel Brooks
| Nested classes/interfaces inherited from class hudson.triggers.Trigger |
hudson.triggers.Trigger.Cron |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.triggers.Trigger |
job, spec, tabs, timer |
| Methods inherited from class hudson.triggers.Trigger |
all, checkTriggers, for_, getProjectAction, getProjectActions, getSpec, readResolve, run, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitLabPushTrigger
@DataBoundConstructor
public GitLabPushTrigger()
onPost
public void onPost(GitLabPushRequest req)
onPost
public void onPost(GitLabMergeRequest req)
getDescriptor
public GitLabPushTrigger.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.triggers.Trigger<?>>- Overrides:
getDescriptor in class hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
getLogFile
public File getLogFile()
Copyright © 2004-2014. All Rights Reserved.