org.jenkinsci.plugins.ghprb
Class GhprbTriggerBackwardsCompatible
java.lang.Object
hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
org.jenkinsci.plugins.ghprb.GhprbTriggerBackwardsCompatible
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.triggers.Trigger<?>>
- Direct Known Subclasses:
- GhprbTrigger
public abstract class GhprbTriggerBackwardsCompatible
- extends hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
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_, getDescriptor, getProjectAction, getProjectActions, getSpec, init, readResolve, run, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configVersion
protected Integer configVersion
commentFilePath
@Deprecated
protected transient String commentFilePath
- Deprecated.
msgSuccess
@Deprecated
protected transient String msgSuccess
- Deprecated.
msgFailure
@Deprecated
protected transient String msgFailure
- Deprecated.
commitStatusContext
@Deprecated
protected transient String commitStatusContext
- Deprecated.
gitHubApiAuth
@Deprecated
protected transient GhprbGitHubAuth gitHubApiAuth
- Deprecated.
GhprbTriggerBackwardsCompatible
public GhprbTriggerBackwardsCompatible(String cron)
throws antlr.ANTLRException
- Throws:
antlr.ANTLRException
getExtensions
public abstract hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> getExtensions()
convertPropertiesToExtensions
protected void convertPropertiesToExtensions()
addIfMissing
protected void addIfMissing(GhprbExtension ext)
Copyright © 2004-2015. All Rights Reserved.