Class PackageOutputParameter
java.lang.Object
hudson.model.AbstractDescribableImpl<PackageOutputParameter>
de.tracetronic.jenkins.plugins.ecutest.test.config.PackageOutputParameter
- All Implemented Interfaces:
ExpandableConfig
,Describable<PackageOutputParameter>
,Serializable
public class PackageOutputParameter
extends AbstractDescribableImpl<PackageOutputParameter>
implements Serializable, ExpandableConfig
Class holding a package output parameter name.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPackageOutputParameter
(String name) Instantiates a newPackageOutputParameter
. -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
PackageOutputParameter
Instantiates a newPackageOutputParameter
.- Parameters:
name
- the variable name
-
-
Method Details
-
getName
-
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()
-