Interface RetryStorageOperation.Operation
-
- Enclosing class:
- RetryStorageOperation
public static interface RetryStorageOperation.Operation
An operation to be retried
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
act()
-
-
-
Method Detail
-
act
void act() throws IOException, InterruptedException, com.google.jenkins.plugins.util.ExecutorException
- Throws:
IOException
InterruptedException
com.google.jenkins.plugins.util.ExecutorException
-
-