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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionATXCustomBooleanSetting(String name, boolean checked) Instantiates a newATXCustomBooleanSetting. -
Method Summary
Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.report.atx.installation.ATXCustomSetting
all, clone, getNameMethods 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:
equalsin classATXCustomSetting
-
canEqual
Description copied from class:ATXCustomSettingImplementation according to Equality Pitfall #4.- Overrides:
canEqualin classATXCustomSetting- Parameters:
other- the other object- Returns:
trueif the other object is an instance of the class in which canEqual is (re)defined,falseotherwise.
-
hashCode
public final int hashCode()- Overrides:
hashCodein classATXCustomSetting
-