Index
All Classes and Interfaces|All Packages|Serialized Form
A
- all() - Static method in class io.jenkins.plugins.remote.result.trigger.auth2.Auth2
 - Auth2 - Class in io.jenkins.plugins.remote.result.trigger.auth2
 - Auth2() - Constructor for class io.jenkins.plugins.remote.result.trigger.auth2.Auth2
 - Auth2.Auth2Descriptor - Class in io.jenkins.plugins.remote.result.trigger.auth2
 - Auth2Descriptor() - Constructor for class io.jenkins.plugins.remote.result.trigger.auth2.Auth2.Auth2Descriptor
 
B
- booleanValue(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
boolean 值
 - buildEnvironmentFor(Job, EnvVars, TaskListener) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultEnvironmentContributor
 - 
Contributes environment variables used for a job.
 - byteValue(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
byte 值
 
C
- checkIfModified(Node, XTriggerLog) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - cleanCache(BuildableItem) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
清理缓存
 - cleanUnusedBuildInfo(BuildableItem, List<RemoteJobInfo>) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
clean
 - clone() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.Auth2
 - configure(StaplerRequest2, JSONObject) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger.RemoteBuildResultTriggerDescriptor
 - 
Invoked when the global configuration page is submitted.
 - containsKey(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - CredentialsAuth - Class in io.jenkins.plugins.remote.result.trigger.auth2
 - CredentialsAuth() - Constructor for class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - CredentialsAuth.CredentialsAuthDescriptor - Class in io.jenkins.plugins.remote.result.trigger.auth2
 - CredentialsAuthDescriptor() - Constructor for class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth.CredentialsAuthDescriptor
 - CredentialsNotFoundException - Exception in io.jenkins.plugins.remote.result.trigger.exceptions
 - CredentialsNotFoundException(String) - Constructor for exception io.jenkins.plugins.remote.result.trigger.exceptions.CredentialsNotFoundException
 
D
- DESCRIPTOR - Static variable in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - DESCRIPTOR - Static variable in class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
 - DESCRIPTOR - Static variable in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 - DescriptorImpl() - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer.DescriptorImpl
 - DescriptorImpl() - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo.DescriptorImpl
 - DescriptorImpl() - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteResultBuilder.DescriptorImpl
 - doCheckRemoteJobUrl(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo.DescriptorImpl
 - 
Validates the jobName
 - doCheckRemoteServer(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo.DescriptorImpl
 - 
Validates the remoteServer
 - doCheckUid(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo.DescriptorImpl
 - 
Validates the uid
 - doCheckUrl(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer.DescriptorImpl
 - 
Validates the given address to see that it's well-formed, and is reachable.
 - doClean() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerProjectAction
 - 
清理
 - doFillCredentialsIdItems(Item, String) - Static method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth.CredentialsAuthDescriptor
 - doFillRemoteServerItems(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo.DescriptorImpl
 - 
fill remoteServer select
 - doubleValue(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
Double 值
 
E
- equals(Object) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - equals(Object) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
 - equals(Object) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 
F
- floatValue(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
Float 值
 
G
- getApiToken() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 - getAuth2() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - getAuth2Descriptors() - Static method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer.DescriptorImpl
 - getBuildResult() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - getBuildResults() - Static method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo.DescriptorImpl
 - 
get build result types
 - getBuildUrl() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo
 - getBuildUrl() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - getCause() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - getCheckedNumber() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - getCheckedNumber(Item, RemoteJobInfo) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
last checked build number
 - getCredentials(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.Auth2
 - 
Get JenkinsClient Credentials Or ApiToken
 - getCredentials(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - 
Get JenkinsClient Credentials
 - getCredentials(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
 - 
Get JenkinsClient Credentials Or ApiToken
 - getCredentials(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 - 
Get JenkinsClient Credentials Or ApiToken
 - getCredentialsId() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - getDefaultAuth2Descriptor() - Static method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer.DescriptorImpl
 - getDescriptor() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - getDescriptor() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
 - getDescriptor() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 - getDescriptor() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - getDescriptor() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - 
Gets the descriptor for this instance.
 - getDescriptor() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - 
Gets the descriptor for this instance.
 - getDisplayName() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth.CredentialsAuthDescriptor
 - getDisplayName() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth.NoneAuthDescriptor
 - getDisplayName() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth.TokenAuthDescriptor
 - getDisplayName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger.RemoteBuildResultTriggerDescriptor
 - 
Human readable name of this kind of configurable object.
 - getDisplayName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerProjectAction
 - 
Gets the string to be displayed.
 - getDisplayName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerScheduledAction
 - 
Gets the string to be displayed.
 - getDisplayName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - getDisplayName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultAction
 - 
Gets the string to be displayed.
 - getDisplayName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultBuilder.DescriptorImpl
 - 
Human readable name of this kind of configurable object.
 - getExpectedValue() - Method in class io.jenkins.plugins.remote.result.trigger.model.ResultCheck
 - getFunctionName() - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteJobsStep.ReadRemoteJobsStepDescriptor
 - 
Return a short string that is a valid identifier for programming languages.
 - getFunctionName() - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep.ReadRemoteResultStepDescriptor
 - 
Return a short string that is a valid identifier for programming languages.
 - getHelpFile() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger.RemoteBuildResultTriggerDescriptor
 - 
Returns the resource path to the help screen HTML, if any.
 - getHostnameVerifier() - Static method in class io.jenkins.plugins.remote.result.trigger.utils.ssl.SSLSocketManager
 - 
获取hostnameVerifier
 - getIconFileName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerProjectAction
 - 
Gets the name of the icon.
 - getIconFileName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerScheduledAction
 - 
Gets the name of the icon.
 - getIconFileName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultAction
 - 
Gets the name of the icon.
 - getId() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - getId() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - getItem() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerScheduledAction
 - getJobRemoteResultEnvs(Item) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
get remote result envs
 - getJobResultDisplayInfos() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerProjectAction
 - getJobResultDisplayInfos() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerScheduledAction
 - getJobResultInfos() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerScheduledAction
 - getKey() - Method in class io.jenkins.plugins.remote.result.trigger.model.ResultCheck
 - getLog() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerProjectAction
 - getLogFile() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - getMessage() - Method in exception io.jenkins.plugins.remote.result.trigger.exceptions.CredentialsNotFoundException
 - getName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - getOwner() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerProjectAction
 - getPassword(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - 
Tries to find the Jenkins Credential and returns the password.
 - getPrettyJson() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultAction
 - 
view 显示用
 - getProjectActions() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - 
Actions to be displayed in the job page. - getRemoteJenkinsServer(String) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJenkinsServerUtils
 - 
get RemoteJenkinsServer
 - getRemoteJenkinsServers() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger.RemoteBuildResultTriggerDescriptor
 - getRemoteJob() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - getRemoteJobInfos() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - getRemoteJobName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - 
Deprecated.
 - getRemoteJobUrl() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo
 - getRemoteJobUrl() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - getRemoteJobUrl() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - getRemoteResult() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - getRemoteServer() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - getRemoteServer() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - getRemoteServers() - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJenkinsServerUtils
 - 
get fill server names
 - getRequiredContext() - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteJobsStep.ReadRemoteJobsStepDescriptor
 - 
Enumerates any kinds of context the
StepExecutionwill treat as mandatory. - getRequiredContext() - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep.ReadRemoteResultStepDescriptor
 - 
Enumerates any kinds of context the
StepExecutionwill treat as mandatory. - getResult() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo
 - getResult() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultAction
 - getResult() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultBuilder
 - getResultChecks() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - getResultJson() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo
 - getRun() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultAction
 - getSavedJobInfos(Item) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
get saved job infos
 - getScheduledActions(Node, XTriggerLog) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - getSource() - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
get source
 - getSSLSocketFactory() - Static method in class io.jenkins.plugins.remote.result.trigger.utils.ssl.SSLSocketManager
 - 
获取这个SSLSocketFactory
 - getStatus() - Method in exception io.jenkins.plugins.remote.result.trigger.exceptions.UnSuccessfulRequestStatusException
 - getTriggeredNumber() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - getTriggerResults() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - getTrustManager() - Static method in class io.jenkins.plugins.remote.result.trigger.utils.ssl.SSLSocketManager
 - 
获取trustManager
 - getUid() - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - getUid() - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep
 - getUid() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - getUrl() - Method in exception io.jenkins.plugins.remote.result.trigger.exceptions.UnSuccessfulRequestStatusException
 - getUrl() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - getUrlName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerProjectAction
 - 
Gets the URL path name.
 - getUrlName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerScheduledAction
 - 
Gets the URL path name.
 - getUrlName() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultAction
 - 
Gets the URL path name.
 - getUserName() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 - getUserName(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - 
Tries to find the Jenkins Credential and returns the user name.
 
H
- hashCode() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - hashCode() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
 - hashCode() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 
I
- INSTANCE - Static variable in class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
 - integerValue(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
Integer 值
 - io.jenkins.plugins.remote.result.trigger - package io.jenkins.plugins.remote.result.trigger
 - io.jenkins.plugins.remote.result.trigger.auth2 - package io.jenkins.plugins.remote.result.trigger.auth2
 - io.jenkins.plugins.remote.result.trigger.exceptions - package io.jenkins.plugins.remote.result.trigger.exceptions
 - io.jenkins.plugins.remote.result.trigger.model - package io.jenkins.plugins.remote.result.trigger.model
 - io.jenkins.plugins.remote.result.trigger.utils - package io.jenkins.plugins.remote.result.trigger.utils
 - io.jenkins.plugins.remote.result.trigger.utils.ssl - package io.jenkins.plugins.remote.result.trigger.utils.ssl
 - isApplicable(Class<? extends AbstractProject>) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultBuilder.DescriptorImpl
 - 
Returns true if this task is applicable to the given project.
 - isTriggerResultChecked(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - 
Check if selected
 - isTrustAllCertificates() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 
J
- JobResultDisplayInfo - Class in io.jenkins.plugins.remote.result.trigger.model
 - JobResultDisplayInfo() - Constructor for class io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo
 - JobResultInfo - Class in io.jenkins.plugins.remote.result.trigger.model
 - 
Info
 - JobResultInfo() - Constructor for class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - JsonNotMatchException - Exception in io.jenkins.plugins.remote.result.trigger.exceptions
 - JsonNotMatchException(String) - Constructor for exception io.jenkins.plugins.remote.result.trigger.exceptions.JsonNotMatchException
 - 
Constructs an
IOExceptionwith the specified detail message. - JsonNotMatchException(String, Throwable) - Constructor for exception io.jenkins.plugins.remote.result.trigger.exceptions.JsonNotMatchException
 - 
Constructs an
IOExceptionwith the specified detail message and cause. 
L
- listValue(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
List 值
 - listValue(String, Class<T>) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
List 值
 
M
- mapValue(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
Map 值
 
N
- NoneAuth - Class in io.jenkins.plugins.remote.result.trigger.auth2
 - NoneAuth() - Constructor for class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
 - NoneAuth.NoneAuthDescriptor - Class in io.jenkins.plugins.remote.result.trigger.auth2
 - NoneAuthDescriptor() - Constructor for class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth.NoneAuthDescriptor
 
O
- of(Map<String, Object>) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
静态获取方式
 
P
- perform(Run<?, ?>, FilePath, EnvVars, Launcher, TaskListener) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultBuilder
 - 
Run this step.
 
R
- ReadRemoteJobsStep - Class in io.jenkins.plugins.remote.result.trigger
 - ReadRemoteJobsStep() - Constructor for class io.jenkins.plugins.remote.result.trigger.ReadRemoteJobsStep
 - ReadRemoteJobsStep.ReadRemoteJobsStepDescriptor - Class in io.jenkins.plugins.remote.result.trigger
 - ReadRemoteJobsStep.ReadRemoteJobsStepExecution - Class in io.jenkins.plugins.remote.result.trigger
 - ReadRemoteJobsStepDescriptor() - Constructor for class io.jenkins.plugins.remote.result.trigger.ReadRemoteJobsStep.ReadRemoteJobsStepDescriptor
 - ReadRemoteJobsStepExecution(StepContext) - Constructor for class io.jenkins.plugins.remote.result.trigger.ReadRemoteJobsStep.ReadRemoteJobsStepExecution
 - ReadRemoteResultStep - Class in io.jenkins.plugins.remote.result.trigger
 - ReadRemoteResultStep() - Constructor for class io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep
 - ReadRemoteResultStep.ReadRemoteResultStepDescriptor - Class in io.jenkins.plugins.remote.result.trigger
 - ReadRemoteResultStep.ReadRemoteResultStepExecution - Class in io.jenkins.plugins.remote.result.trigger
 - ReadRemoteResultStepDescriptor() - Constructor for class io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep.ReadRemoteResultStepDescriptor
 - ReadRemoteResultStepExecution(ReadRemoteResultStep, StepContext) - Constructor for class io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep.ReadRemoteResultStepExecution
 - RemoteBuildResultEnvironmentContributor - Class in io.jenkins.plugins.remote.result.trigger
 - 
Remote Env Set
 - RemoteBuildResultEnvironmentContributor() - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultEnvironmentContributor
 - RemoteBuildResultTrigger - Class in io.jenkins.plugins.remote.result.trigger
 - 
Remote Build Result Trigger
 - RemoteBuildResultTrigger(String, List<RemoteJobInfo>) - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - RemoteBuildResultTrigger.RemoteBuildResultTriggerDescriptor - Class in io.jenkins.plugins.remote.result.trigger
 - RemoteBuildResultTriggerDescriptor() - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger.RemoteBuildResultTriggerDescriptor
 - 
In order to load the persisted global configuration, you have to call load() in the constructor.
 - RemoteBuildResultTriggerProjectAction - Class in io.jenkins.plugins.remote.result.trigger
 - 
log action
 - RemoteBuildResultTriggerProjectAction(BuildableItem, File) - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerProjectAction
 - RemoteBuildResultTriggerScheduledAction - Class in io.jenkins.plugins.remote.result.trigger
 - RemoteBuildResultTriggerScheduledAction(BuildableItem, List<JobResultInfo>) - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerScheduledAction
 - RemoteJenkinsServer - Class in io.jenkins.plugins.remote.result.trigger
 - 
Holds everything regarding the remote server we wish to connect to, including validations and what not.
 - RemoteJenkinsServer() - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - RemoteJenkinsServer.DescriptorImpl - Class in io.jenkins.plugins.remote.result.trigger
 - RemoteJenkinsServerUtils - Class in io.jenkins.plugins.remote.result.trigger.utils
 - 
Global Jenkins Server Tool
 - RemoteJenkinsServerUtils() - Constructor for class io.jenkins.plugins.remote.result.trigger.utils.RemoteJenkinsServerUtils
 - RemoteJobInBuildingException - Exception in io.jenkins.plugins.remote.result.trigger.exceptions
 - RemoteJobInBuildingException(String) - Constructor for exception io.jenkins.plugins.remote.result.trigger.exceptions.RemoteJobInBuildingException
 - 
Constructs a new exception with the specified detail message.
 - RemoteJobInfo - Class in io.jenkins.plugins.remote.result.trigger
 - 
Remote Job Configuration
 - RemoteJobInfo() - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - RemoteJobInfo.DescriptorImpl - Class in io.jenkins.plugins.remote.result.trigger
 - RemoteJobResultUtils - Class in io.jenkins.plugins.remote.result.trigger.utils
 - 
Remote Result Result Cache
 - RemoteJobResultUtils() - Constructor for class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - RemoteResultAction - Class in io.jenkins.plugins.remote.result.trigger
 - RemoteResultAction(Run<?, ?>, Map<String, Object>) - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteResultAction
 - RemoteResultBuilder - Class in io.jenkins.plugins.remote.result.trigger
 - RemoteResultBuilder(String) - Constructor for class io.jenkins.plugins.remote.result.trigger.RemoteResultBuilder
 - RemoteResultBuilder.DescriptorImpl - Class in io.jenkins.plugins.remote.result.trigger
 - requestBuildResult(Item, RemoteJobInfo, int) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
get remote job result
 - requestJobInfo(Item, RemoteJobInfo) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
请求任务信息
 - requestLastBuildBuildNumber(Item, RemoteJobInfo) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
get remote job last build number
 - requiresWorkspaceForPolling() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTrigger
 - ResultCheck - Class in io.jenkins.plugins.remote.result.trigger.model
 - ResultCheck(String, String) - Constructor for class io.jenkins.plugins.remote.result.trigger.model.ResultCheck
 - run() - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteJobsStep.ReadRemoteJobsStepExecution
 - 
Meat of the execution.
 - run() - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep.ReadRemoteResultStepExecution
 - 
Meat of the execution.
 
S
- saveBuildResultInfo(BuildableItem, RemoteJobInfo, SourceMap) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
save build info
 - saveCheckedNumber(BuildableItem, RemoteJobInfo, int) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
save build checked number
 - saveRemoteResultInfo(BuildableItem, RemoteJobInfo, SourceMap) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
save build result json
 - saveTriggeredNumber(BuildableItem, RemoteJobInfo, int) - Static method in class io.jenkins.plugins.remote.result.trigger.utils.RemoteJobResultUtils
 - 
save build trigger number
 - setApiToken(Secret) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 - setAuth2(Auth2) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - setBuildResult(Map<String, Object>) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - setBuildUrl(String) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo
 - setCheckedNumber(Integer) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - setCredentialsId(String) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - setDisplayName(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - setId(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - setId(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - setRemoteJob(String) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - setRemoteJobName(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - setRemoteJobUrl(String) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo
 - setRemoteJobUrl(String) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - setRemoteJobUrl(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - setRemoteResult(Map<String, Object>) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - setRemoteServer(String) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - setRemoteServer(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - setResult(String) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo
 - setResult(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteResultBuilder
 - setResultChecks(List<ResultCheck>) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - setResultJson(String) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo
 - setTriggeredNumber(Integer) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - setTriggerResults(List<Boolean>) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - 
spec set triggerResults with checked list
 - setTrustAllCertificates(boolean) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - setUid(String) - Method in class io.jenkins.plugins.remote.result.trigger.model.JobResultInfo
 - setUid(String) - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep
 - setUid(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 - setUrl(String) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
 - setUserName(String) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 - shortValue(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
short 值
 - sourceMap(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
下一级获取器
 - SourceMap - Class in io.jenkins.plugins.remote.result.trigger.utils
 - 
SourceMap 工具
 - SourceMap(Map<String, Object>) - Constructor for class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
构造函数
 - SSLSocketManager - Class in io.jenkins.plugins.remote.result.trigger.utils.ssl
 - 
okhttp3忽略https证书
 - SSLSocketManager() - Constructor for class io.jenkins.plugins.remote.result.trigger.utils.ssl.SSLSocketManager
 - start(StepContext) - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteJobsStep
 - start(StepContext) - Method in class io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep
 - stringValue(String) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
String 值
 
T
- TokenAuth - Class in io.jenkins.plugins.remote.result.trigger.auth2
 - TokenAuth() - Constructor for class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 - TokenAuth.TokenAuthDescriptor - Class in io.jenkins.plugins.remote.result.trigger.auth2
 - TokenAuthDescriptor() - Constructor for class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth.TokenAuthDescriptor
 - toString() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.Auth2
 - toString() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - toString() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
 - toString() - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 - toString(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.Auth2
 - 
Returns a string representing the authorization.
 - toString(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.CredentialsAuth
 - toString(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
 - toString(Item) - Method in class io.jenkins.plugins.remote.result.trigger.auth2.TokenAuth
 
U
- UnSuccessfulRequestStatusException - Exception in io.jenkins.plugins.remote.result.trigger.exceptions
 - 
jenkins request status is not 200
 - UnSuccessfulRequestStatusException(String, int, String) - Constructor for exception io.jenkins.plugins.remote.result.trigger.exceptions.UnSuccessfulRequestStatusException
 - 
Constructs a new exception with
nullas its detail message. - updateId() - Method in class io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
 
V
- value(String, Class<T>) - Method in class io.jenkins.plugins.remote.result.trigger.utils.SourceMap
 - 
获取值
 
W
- writeLogTo(XMLOutput) - Method in class io.jenkins.plugins.remote.result.trigger.RemoteBuildResultTriggerProjectAction
 
All Classes and Interfaces|All Packages|Serialized Form