public abstract class AMITypeData extends AbstractDescribableImpl<AMITypeData>
Constructor and Description |
---|
AMITypeData() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getBootDelay() |
int |
getBootDelayInMillis() |
abstract boolean |
isMac() |
abstract boolean |
isUnix() |
abstract boolean |
isWindows() |
getDescriptor
public abstract boolean isWindows()
public abstract boolean isUnix()
public abstract boolean isMac()
public abstract String getBootDelay()
public int getBootDelayInMillis()
Copyright © 2016–2022. All rights reserved.