public abstract class GhprbTriggerBackwardsCompatible
extends hudson.triggers.Trigger<hudson.model.Job<?,?>>
Modifier and Type | Field and Description |
---|---|
protected hudson.model.Job<?,?> |
_project
Deprecated.
|
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 |
project
Deprecated.
|
protected Map<Integer,GhprbPullRequest> |
pullRequests
Deprecated.
|
Constructor and Description |
---|
GhprbTriggerBackwardsCompatible(String cron) |
Modifier and Type | Method and Description |
---|---|
protected void |
addIfMissing(GhprbExtension ext) |
protected void |
convertPropertiesToExtensions() |
abstract hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
getExtensions() |
protected final int latestVersion
protected Integer configVersion
@Deprecated protected transient String commentFilePath
@Deprecated protected transient String msgSuccess
@Deprecated protected transient String msgFailure
@Deprecated protected transient String commitStatusContext
@Deprecated protected transient GhprbGitHubAuth gitHubApiAuth
@Deprecated protected transient String project
@Deprecated protected transient hudson.model.Job<?,?> _project
@Deprecated protected transient Map<Integer,GhprbPullRequest> pullRequests
public GhprbTriggerBackwardsCompatible(String cron) throws antlr.ANTLRException
antlr.ANTLRException
public abstract hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> getExtensions()
protected void convertPropertiesToExtensions()
protected void addIfMissing(GhprbExtension ext)
Copyright © 2016–2017. All rights reserved.