org.jenkinsci.plugins.ghprb
Class GhprbTriggerBackwardsCompatible

java.lang.Object
  extended by hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class hudson.triggers.Trigger
hudson.triggers.Trigger.Cron
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
protected  String commentFilePath
          Deprecated. 
protected  String commitStatusContext
          Deprecated. 
protected  Integer configVersion
           
protected  GhprbGitHubAuth gitHubApiAuth
          Deprecated. 
protected  int latestVersion
           
protected  String msgFailure
          Deprecated. 
protected  String msgSuccess
          Deprecated. 
protected  String triggerPhrase
           
 
Fields inherited from class hudson.triggers.Trigger
job, spec, tabs, timer
 
Constructor Summary
GhprbTriggerBackwardsCompatible(String cron)
           
 
Method Summary
protected  void addIfMissing(GhprbExtension ext)
           
protected  void convertPropertiesToExtensions()
           
abstract  hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> getExtensions()
           
 
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
 

Field Detail

latestVersion

protected final int latestVersion
See Also:
Constant Field Values

triggerPhrase

protected String triggerPhrase

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. 
Constructor Detail

GhprbTriggerBackwardsCompatible

public GhprbTriggerBackwardsCompatible(String cron)
                                throws antlr.ANTLRException
Throws:
antlr.ANTLRException
Method Detail

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.