Uses of Class
org.jenkinsci.plugins.ParameterizedRemoteTrigger.BasicBuildContext
Packages that use BasicBuildContext
Package
Description
-
Uses of BasicBuildContext in org.jenkinsci.plugins.ParameterizedRemoteTrigger
Subclasses of BasicBuildContext in org.jenkinsci.plugins.ParameterizedRemoteTriggerModifier and TypeClassDescriptionclassThis object wraps aRun,FilePath,TaskListenerandPrintStream- 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.Methods in org.jenkinsci.plugins.ParameterizedRemoteTrigger with parameters of type BasicBuildContextModifier and TypeMethodDescriptionRemoteBuildConfiguration.evaluateEffectiveRemoteHost(BasicBuildContext context) Tries to identify the effective Remote Host configuration based on the different parameters likeremoteJenkinsNameand the globally configured remote host,remoteJenkinsURLwhich overrides the address locally orjobwhich can be a full job URL. -
Uses of BasicBuildContext in org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils
Methods in org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils with parameters of type BasicBuildContextModifier and TypeMethodDescriptionstatic StringTokenMacroUtils.applyTokenMacroReplacements(String input, BasicBuildContext context) TokenMacroUtils.applyTokenMacroReplacements(Map<String, String> input, BasicBuildContext context) static booleanTokenMacroUtils.isUseTokenMacro(BasicBuildContext context)