JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
hudson.plugins.build_timeout.global
TimeOutStore
Contents
Description
Method Summary
Method Details
scheduled(String, ScheduledFuture)
cancel(String)
Hide sidebar
Show sidebar
Interface TimeOutStore
All Known Implementing Classes:
InMemoryTimeOutStore
public interface
TimeOutStore
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
cancel
(
String
key)
void
scheduled
(
String
key,
ScheduledFuture
<?> timeOut)
Method Details
scheduled
void
scheduled
(
String
key,
ScheduledFuture
<?> timeOut)
cancel
void
cancel
(
String
key)