Class RemoteJenkinsFileItemListener
java.lang.Object
hudson.model.EnvironmentContributor
org.jenkinsci.plugins.workflow.multibranch.extended.RemoteJenkinsFileItemListener
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.EnvironmentContributor
EnvironmentContributor.EnvVarsHtmlNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildEnvironmentFor(Run r, EnvVars envs, TaskListener listener) Methods inherited from class hudson.model.EnvironmentContributor
all, buildEnvironmentFor
-
Field Details
-
RJPP_SCM_ENV_NAME
- See Also:
-
RJPP_JFILE_ENV_NAME
- See Also:
-
RJPP_BRANCH_ENV_NAME
- See Also:
-
RJPP_LOCAL_MARKER_ENV_NAME
- See Also:
-
-
Constructor Details
-
RemoteJenkinsFileItemListener
public RemoteJenkinsFileItemListener()
-
-
Method Details
-
buildEnvironmentFor
public void buildEnvironmentFor(@NonNull Run r, @NonNull EnvVars envs, @NonNull TaskListener listener) throws IOException, InterruptedException - Overrides:
buildEnvironmentForin classEnvironmentContributor- Throws:
IOExceptionInterruptedException
-