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
-
Constructor Summary
ConstructorDescriptionWindowsData
(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
-
WindowsData
@Deprecated public WindowsData(String password, boolean useHTTPS, String bootDelay, boolean specifyPassword) Deprecated. -
WindowsData
-
-
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
-