public class PollMailboxTrigger
extends org.jenkinsci.plugins.scripttrigger.AbstractTrigger
| Modifier and Type | Class and Description |
|---|---|
class |
PollMailboxTrigger.InternalScriptTriggerAction |
static class |
PollMailboxTrigger.ScriptTriggerDescriptor |
enableConcurrentBuild, labelRestriction| Constructor and Description |
|---|
PollMailboxTrigger(String cronTabSpec,
org.jenkinsci.plugins.scripttrigger.LabelRestrictionClass labelRestriction,
boolean enableConcurrentBuild,
String script) |
| Modifier and Type | Method and Description |
|---|---|
protected static hudson.util.FormValidation |
checkForEmails(String script,
org.jenkinsci.lib.xtrigger.XTriggerLog log,
boolean testConnection,
PollMailboxTrigger pmt) |
protected boolean |
checkIfModified(hudson.model.Node executingNode,
org.jenkinsci.lib.xtrigger.XTriggerLog log) |
protected String |
getDefaultMessageCause() |
PollMailboxTrigger.ScriptTriggerDescriptor |
getDescriptor() |
protected File |
getLogFile() |
protected String |
getName() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
String |
getScript() |
getCause, getScheduledActions, isEnableConcurrentBuild, isLabelRestriction, requiresWorkspaceForPolling, startgetScheduledXTriggerActions, getTriggerLabel, resolveEnvVars, run, startprotected static hudson.util.FormValidation checkForEmails(String script, org.jenkinsci.lib.xtrigger.XTriggerLog log, boolean testConnection, PollMailboxTrigger pmt) throws org.jenkinsci.plugins.scripttrigger.ScriptTriggerException
org.jenkinsci.plugins.scripttrigger.ScriptTriggerExceptionpublic String getScript()
public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in class hudson.triggers.Trigger<hudson.model.BuildableItem>protected String getName()
getName in class org.jenkinsci.plugins.scripttrigger.AbstractTriggerpublic PollMailboxTrigger.ScriptTriggerDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.triggers.Trigger<?>>getDescriptor in class org.jenkinsci.lib.xtrigger.AbstractTriggerprotected File getLogFile()
getLogFile in class org.jenkinsci.lib.xtrigger.AbstractTriggerprotected String getDefaultMessageCause()
getDefaultMessageCause in class org.jenkinsci.plugins.scripttrigger.AbstractTriggerprotected boolean checkIfModified(hudson.model.Node executingNode,
org.jenkinsci.lib.xtrigger.XTriggerLog log)
throws org.jenkinsci.plugins.scripttrigger.ScriptTriggerException
checkIfModified in class org.jenkinsci.lib.xtrigger.AbstractTriggerorg.jenkinsci.plugins.scripttrigger.ScriptTriggerExceptionCopyright © 2004-2014. All Rights Reserved.