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