Package hudson.plugins.ec2
Class WindowsData
java.lang.Object
hudson.model.AbstractDescribableImpl<AMITypeData>
hudson.plugins.ec2.AMITypeData
hudson.plugins.ec2.WindowsData
- All Implemented Interfaces:
Describable<AMITypeData>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWindowsData
(String password, boolean useHTTPS, String bootDelay) WindowsData
(String password, boolean useHTTPS, String bootDelay, boolean specifyPassword) Deprecated.WindowsData
(String password, boolean useHTTPS, String bootDelay, boolean specifyPassword, boolean allowSelfSignedCertificate) -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
WindowsData
@DataBoundConstructor public WindowsData(String password, boolean useHTTPS, String bootDelay, boolean specifyPassword, boolean allowSelfSignedCertificate) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
WindowsData
@Deprecated public WindowsData(String password, boolean useHTTPS, String bootDelay, boolean specifyPassword) throws Descriptor.FormException Deprecated.- Throws:
Descriptor.FormException
-
WindowsData
public WindowsData(String password, boolean useHTTPS, String bootDelay) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
-
Method Details
-
isWindows
public boolean isWindows()- Specified by:
isWindows
in classAMITypeData
-
isUnix
public boolean isUnix()- Specified by:
isUnix
in classAMITypeData
-
isMac
public boolean isMac()- Specified by:
isMac
in classAMITypeData
-
getPassword
-
isUseHTTPS
public boolean isUseHTTPS() -
getBootDelay
- Specified by:
getBootDelay
in classAMITypeData
-
isSpecifyPassword
public boolean isSpecifyPassword() -
getBootDelayInMillis
public int getBootDelayInMillis()- Overrides:
getBootDelayInMillis
in classAMITypeData
-
isAllowSelfSignedCertificate
public boolean isAllowSelfSignedCertificate() -
hashCode
public int hashCode() -
equals
-