Package com.mig82.folders.environment
Class FolderPropertiesEnvironmentContributor
java.lang.Object
hudson.model.EnvironmentContributor
com.mig82.folders.environment.FolderPropertiesEnvironmentContributor
- All Implemented Interfaces:
ExtensionPoint
Contributes opted-in folder properties before Pipeline and SCM configuration is evaluated.
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.EnvironmentContributor
EnvironmentContributor.EnvVarsHtmlNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildEnvironmentFor(Run run, EnvVars env, TaskListener listener) Methods inherited from class hudson.model.EnvironmentContributor
all, buildEnvironmentFor
-
Constructor Details
-
FolderPropertiesEnvironmentContributor
public FolderPropertiesEnvironmentContributor()
-
-
Method Details
-
buildEnvironmentFor
public void buildEnvironmentFor(Run run, EnvVars env, TaskListener listener) throws IOException, InterruptedException - Overrides:
buildEnvironmentForin classEnvironmentContributor- Throws:
IOExceptionInterruptedException
-