Uses of Class
hudson.slaves.EnvironmentVariablesNodeProperty.Entry
-
Packages that use EnvironmentVariablesNodeProperty.Entry Package Description hudson.slaves Code related to agents. -
-
Uses of EnvironmentVariablesNodeProperty.Entry in hudson.slaves
Methods in hudson.slaves that return types with arguments of type EnvironmentVariablesNodeProperty.Entry Modifier and Type Method Description List<EnvironmentVariablesNodeProperty.Entry>
EnvironmentVariablesNodeProperty. getEnv()
Constructors in hudson.slaves with parameters of type EnvironmentVariablesNodeProperty.Entry Constructor Description EnvironmentVariablesNodeProperty(EnvironmentVariablesNodeProperty.Entry... env)
Constructor parameters in hudson.slaves with type arguments of type EnvironmentVariablesNodeProperty.Entry Constructor Description EnvironmentVariablesNodeProperty(List<EnvironmentVariablesNodeProperty.Entry> env)
-