Uses of Class
org.jenkinsci.plugins.ParameterizedRemoteTrigger.RemoteJenkinsServer
Packages that use RemoteJenkinsServer
Package
Description
-
Uses of RemoteJenkinsServer in org.jenkinsci.plugins.ParameterizedRemoteTrigger
Fields in org.jenkinsci.plugins.ParameterizedRemoteTrigger declared as RemoteJenkinsServerMethods in org.jenkinsci.plugins.ParameterizedRemoteTrigger that return RemoteJenkinsServerModifier and TypeMethodDescriptionRemoteJenkinsServer.clone()
RemoteBuildConfiguration.evaluateEffectiveRemoteHost
(BasicBuildContext context) Tries to identify the effective Remote Host configuration based on the different parameters likeremoteJenkinsName
and the globally configured remote host,remoteJenkinsURL
which overrides the address locally orjob
which can be a full job URL.RemoteBuildConfiguration.findRemoteHost
(String displayName) Lookup up the globally configured Remote Jenkins Server based on display nameRemoteBuildConfiguration.DescriptorImpl.getRemoteSites()
Methods in org.jenkinsci.plugins.ParameterizedRemoteTrigger with parameters of type RemoteJenkinsServerModifier and TypeMethodDescriptionvoid
RemoteBuildConfiguration.abortRemoteTask
(RemoteJenkinsServer remoteServer, Handle handle, BuildContext context) protected static String
RemoteBuildConfiguration.generateJobUrl
(RemoteJenkinsServer remoteServer, String jobNameOrUrl) void
RemoteBuildConfiguration.DescriptorImpl.setRemoteSites
(RemoteJenkinsServer... remoteSites) Constructors in org.jenkinsci.plugins.ParameterizedRemoteTrigger with parameters of type RemoteJenkinsServerModifierConstructorDescriptionBuildContext
(Run<?, ?> run, FilePath workspace, TaskListener listener, PrintStream logger, RemoteJenkinsServer effectiveRemoteServer) BuildContext
(Run<?, ?> run, FilePath workspace, TaskListener listener, PrintStream logger, RemoteJenkinsServer effectiveRemoteServer, String currentItem) BuildContext
(PrintStream logger, RemoteJenkinsServer effectiveRemoteServer, String currentItem) -
Uses of RemoteJenkinsServer in org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline
Constructors in org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline with parameters of type RemoteJenkinsServerModifierConstructorDescriptionHandle
(RemoteBuildConfiguration remoteBuildConfiguration, RemoteBuildInfo buildInfo, String currentItem, RemoteJenkinsServer effectiveRemoteServer, net.sf.json.JSONObject remoteJobMetadata) -
Uses of RemoteJenkinsServer in org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils
Methods in org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils with parameters of type RemoteJenkinsServerModifier and TypeMethodDescriptionprotected static String
HttpHelper.generateJobUrl
(RemoteJenkinsServer remoteServer, String jobNameOrUrl)