Class EnvironmentVariables
java.lang.Object
com.cloudbees.jenkins.support.api.Component
com.cloudbees.jenkins.support.impl.EnvironmentVariables
- All Implemented Interfaces:
- ExtensionPoint
Environment variables on the nodes.
- Author:
- Stephen Connolly
- 
Nested Class SummaryNested classes/interfaces inherited from class com.cloudbees.jenkins.support.api.ComponentComponent.ComponentCategoryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddContents(Container result) Add contents to a containerSpecify in whichComponent.ComponentCategorythe current component is related.getEnvironmentVariables(Node node) getEnvironmentVariables(hudson.remoting.VirtualChannel channel) Deprecated.Returns the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle.Methods inherited from class com.cloudbees.jenkins.support.api.ComponentcanBeGeneratedAsync, getDisplayPermissions, getId, isApplicable, isEnabled, isSelectedByDefault, start, supersedes
- 
Constructor Details- 
EnvironmentVariablespublic EnvironmentVariables()
 
- 
- 
Method Details- 
getRequiredPermissionsDescription copied from class:ComponentReturns the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle. An empty list indicates that any user can include this bundle.- Specified by:
- getRequiredPermissionsin class- Component
- Returns:
- the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle.
 
- 
getDisplayName- Specified by:
- getDisplayNamein class- Component
 
- 
addContentsDescription copied from class:ComponentAdd contents to a container- Specified by:
- addContentsin class- Component
- Parameters:
- result- a- Container
 
- 
getCategoryDescription copied from class:ComponentSpecify in whichComponent.ComponentCategorythe current component is related.- Overrides:
- getCategoryin class- Component
- Returns:
- An enum value of Component.ComponentCategory.
 
- 
getEnvironmentVariables- Throws:
- IOException
 
- 
getEnvironmentVariables@Deprecated public static Map<String,String> getEnvironmentVariables(hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException Deprecated.- Throws:
- IOException
- InterruptedException
 
 
-