Uses of Class
org.jenkinsci.plugins.ParameterizedRemoteTrigger.BasicBuildContext
Package
Description
-
Uses of BasicBuildContext in org.jenkinsci.plugins.ParameterizedRemoteTrigger
Modifier and TypeClassDescriptionclass
This object wraps aRun
,FilePath
,TaskListener
andPrintStream
- the typical objects passed from one method to the other in a Jenkins Builder/BuildStep implementation.
The reason for wrapping is simplicity on the one hand.Modifier and TypeMethodDescriptionRemoteBuildConfiguration.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. -
Uses of BasicBuildContext in org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils
Modifier and TypeMethodDescriptionstatic String
TokenMacroUtils.applyTokenMacroReplacements
(String input, BasicBuildContext context) TokenMacroUtils.applyTokenMacroReplacements
(Map<String, String> input, BasicBuildContext context) static boolean
TokenMacroUtils.isUseTokenMacro
(BasicBuildContext context)