Package hudson.plugins.ec2
Class SSHData
java.lang.Object
hudson.model.AbstractDescribableImpl<AMITypeData>
hudson.plugins.ec2.AMITypeData
hudson.plugins.ec2.SSHData
- All Implemented Interfaces:
Describable<AMITypeData>
- Direct Known Subclasses:
MacData,UnixData,WindowsSSHData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.plugins.ec2.AMITypeData
getBootDelayInMillisMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
rootCommandPrefix
-
slaveCommandPrefix
-
slaveCommandSuffix
-
sshPort
-
bootDelay
-
-
Constructor Details
-
SSHData
-
-
Method Details
-
readResolve
-
isWindows
public boolean isWindows()- Specified by:
isWindowsin classAMITypeData
-
isUnix
public boolean isUnix()- Specified by:
isUnixin classAMITypeData
-
isMac
public boolean isMac()- Specified by:
isMacin classAMITypeData
-
isSSHAgent
public boolean isSSHAgent()- Specified by:
isSSHAgentin classAMITypeData
-
isWinRMAgent
public boolean isWinRMAgent()- Specified by:
isWinRMAgentin classAMITypeData
-
getRootCommandPrefix
-
getSlaveCommandPrefix
-
getSlaveCommandSuffix
-
getSshPort
-
getBootDelay
- Specified by:
getBootDelayin classAMITypeData
-
hashCode
public int hashCode() -
equals
-