Class GlobalConstant
java.lang.Object
hudson.model.AbstractDescribableImpl<GlobalConstant>
de.tracetronic.jenkins.plugins.ecutest.test.config.GlobalConstant
- All Implemented Interfaces:
ExpandableConfig
,Describable<GlobalConstant>
,Serializable
public class GlobalConstant
extends AbstractDescribableImpl<GlobalConstant>
implements Serializable, ExpandableConfig
Class holding a global constant.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGlobalConstant
(String name, String value) Instantiates a newGlobalConstant
. -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
GlobalConstant
Instantiates a newGlobalConstant
.- Parameters:
name
- the global constant namevalue
- the global constant value
-
-
Method Details
-
getName
-
getValue
-
expand
Description copied from interface:ExpandableConfig
Expands the test configuration parameters by using the current build environment variables.- Specified by:
expand
in interfaceExpandableConfig
- Parameters:
envVars
- the build environment variables- Returns:
- the expanded specific configuration
-
equals
-
hashCode
public final int hashCode()
-