Class GitLabEnvironmentContributor
java.lang.Object
hudson.model.EnvironmentContributor
com.dabsquared.gitlabjenkins.environment.GitLabEnvironmentContributor
- All Implemented Interfaces:
- ExtensionPoint
- Author:
- Robin Müller
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.EnvironmentContributorEnvironmentContributor.EnvVarsHtmlNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbuildEnvironmentFor(Run r, EnvVars envs, TaskListener listener) Methods inherited from class hudson.model.EnvironmentContributorall, buildEnvironmentFor
- 
Constructor Details- 
GitLabEnvironmentContributorpublic GitLabEnvironmentContributor()
 
- 
- 
Method Details- 
buildEnvironmentForpublic void buildEnvironmentFor(@NonNull Run r, @NonNull EnvVars envs, @NonNull TaskListener listener) throws IOException, InterruptedException - Overrides:
- buildEnvironmentForin class- EnvironmentContributor
- Throws:
- IOException
- InterruptedException
 
 
-