Package | Description |
---|---|
org.jenkinsci.plugins.ParameterizedRemoteTrigger | |
org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils |
Modifier and Type | Class and Description |
---|---|
class |
BuildContext
This object wraps a
Run , FilePath , TaskListener and PrintStream -
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 Type | Method and Description |
---|---|
RemoteJenkinsServer |
RemoteBuildConfiguration.evaluateEffectiveRemoteHost(BasicBuildContext context)
Tries to identify the effective Remote Host configuration based on the
different parameters like
remoteJenkinsName and the globally
configured remote host, remoteJenkinsURL which overrides the
address locally or job which can be a full job URL. |
RemoteJenkinsServer |
RemoteBuildConfiguration.evaluateEffectiveRemoteHost(BasicBuildContext context)
Tries to identify the effective Remote Host configuration based on the
different parameters like
remoteJenkinsName and the globally
configured remote host, remoteJenkinsURL which overrides the
address locally or job which can be a full job URL. |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
TokenMacroUtils.applyTokenMacroReplacements(Map<String,String> input,
BasicBuildContext context) |
static Map<String,String> |
TokenMacroUtils.applyTokenMacroReplacements(Map<String,String> input,
BasicBuildContext context) |
static String |
TokenMacroUtils.applyTokenMacroReplacements(String input,
BasicBuildContext context) |
static String |
TokenMacroUtils.applyTokenMacroReplacements(String input,
BasicBuildContext context) |
static boolean |
TokenMacroUtils.isUseTokenMacro(BasicBuildContext context) |
static boolean |
TokenMacroUtils.isUseTokenMacro(BasicBuildContext context) |
Copyright © 2016–2023. All rights reserved.