Class ATXCustomBooleanSetting
java.lang.Object
hudson.model.AbstractDescribableImpl<ATXCustomSetting>
de.tracetronic.jenkins.plugins.ecutest.report.atx.installation.ATXCustomSetting
de.tracetronic.jenkins.plugins.ecutest.report.atx.installation.ATXCustomBooleanSetting
- All Implemented Interfaces:
Describable<ATXCustomSetting>
,Serializable
,Cloneable
Class holding the information of an additional boolean ATX setting.
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionATXCustomBooleanSetting
(String name, boolean checked) Instantiates a newATXCustomBooleanSetting
. -
Method Summary
Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.report.atx.installation.ATXCustomSetting
all, clone, getName
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
ATXCustomBooleanSetting
Instantiates a newATXCustomBooleanSetting
.- Parameters:
name
- the name of the settingchecked
- the checkbox status
-
-
Method Details
-
isChecked
public boolean isChecked() -
equals
- Overrides:
equals
in classATXCustomSetting
-
canEqual
Description copied from class:ATXCustomSetting
Implementation according to Equality Pitfall #4.- Overrides:
canEqual
in classATXCustomSetting
- Parameters:
other
- the other object- Returns:
true
if the other object is an instance of the class in which canEqual is (re)defined,false
otherwise.
-
hashCode
public final int hashCode()- Overrides:
hashCode
in classATXCustomSetting
-