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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBootDelay() |
int |
getBootDelayInMillis() |
hudson.util.Secret |
getPassword() |
int |
hashCode() |
boolean |
isUnix() |
boolean |
isUseHTTPS() |
boolean |
isWindows() |
public boolean isWindows()
isWindows
in class AMITypeData
public boolean isUnix()
isUnix
in class AMITypeData
public hudson.util.Secret getPassword()
public boolean isUseHTTPS()
public String getBootDelay()
public int getBootDelayInMillis()
Copyright © 2016–2019. All rights reserved.