public class GitLabPushTrigger
extends hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
Modifier and Type | Class and Description |
---|---|
static class |
GitLabPushTrigger.DescriptorImpl |
Constructor and Description |
---|
GitLabPushTrigger(boolean triggerOnPush,
boolean triggerOnMergeRequest) |
Modifier and Type | Method and Description |
---|---|
static GitLabPushTrigger.DescriptorImpl |
getDesc() |
GitLabPushTrigger.DescriptorImpl |
getDescriptor() |
File |
getLogFile() |
boolean |
getTriggerOnMergeRequest() |
boolean |
getTriggerOnPush() |
void |
onPost(GitLabMergeRequest req) |
void |
onPost(GitLabPushRequest req) |
@DataBoundConstructor public GitLabPushTrigger(boolean triggerOnPush, boolean triggerOnMergeRequest)
public boolean getTriggerOnPush()
public boolean getTriggerOnMergeRequest()
public void onPost(GitLabPushRequest req)
public void onPost(GitLabMergeRequest req)
public GitLabPushTrigger.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.triggers.Trigger<?>>
getDescriptor
in class hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
public static GitLabPushTrigger.DescriptorImpl getDesc()
public File getLogFile()
Copyright © 2004-2014. All Rights Reserved.