public class WindowsData extends AMITypeData
Modifier and Type | Class and Description |
---|---|
static class |
WindowsData.DescriptorImpl |
Constructor and Description |
---|
WindowsData(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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBootDelay() |
int |
getBootDelayInMillis() |
Secret |
getPassword() |
int |
hashCode() |
boolean |
isAllowSelfSignedCertificate() |
boolean |
isMac() |
boolean |
isSpecifyPassword() |
boolean |
isUnix() |
boolean |
isUseHTTPS() |
boolean |
isWindows() |
getDescriptor
@DataBoundConstructor public WindowsData(String password, boolean useHTTPS, String bootDelay, boolean specifyPassword, boolean allowSelfSignedCertificate)
@Deprecated public WindowsData(String password, boolean useHTTPS, String bootDelay, boolean specifyPassword)
public boolean isWindows()
isWindows
in class AMITypeData
public boolean isUnix()
isUnix
in class AMITypeData
public boolean isMac()
isMac
in class AMITypeData
public Secret getPassword()
public boolean isUseHTTPS()
public String getBootDelay()
getBootDelay
in class AMITypeData
public boolean isSpecifyPassword()
public int getBootDelayInMillis()
getBootDelayInMillis
in class AMITypeData
public boolean isAllowSelfSignedCertificate()
Copyright © 2016–2022. All rights reserved.