Package hudson.slaves
Class OfflineCause.LaunchFailed
- java.lang.Object
-
- hudson.slaves.OfflineCause
-
- hudson.slaves.OfflineCause.LaunchFailed
-
- Enclosing class:
- OfflineCause
public static class OfflineCause.LaunchFailed extends OfflineCause
Caused by failure to launch.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.slaves.OfflineCause
OfflineCause.ByCLI, OfflineCause.ChannelTermination, OfflineCause.IdleOfflineCause, OfflineCause.LaunchFailed, OfflineCause.SimpleOfflineCause, OfflineCause.UserCause
-
-
Field Summary
-
Fields inherited from class hudson.slaves.OfflineCause
timestamp
-
-
Constructor Summary
Constructors Constructor Description LaunchFailed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class hudson.slaves.OfflineCause
create, getTime, getTimestamp
-
-