Interface RetryStorageOperation.RepeatOperation<Ex extends Throwable>
- Enclosing class:
- RetryStorageOperation
public static interface RetryStorageOperation.RepeatOperation<Ex extends Throwable>
An action that may fail because of expired credentials.
-
Method Summary
-
Method Details
-
initCredentials
- Throws:
IOException
Ex extends Throwable
-
act
void act() throws com.google.api.client.http.HttpResponseException, IOException, InterruptedException, com.google.jenkins.plugins.util.ExecutorException, Ex- Throws:
com.google.api.client.http.HttpResponseException
IOException
InterruptedException
com.google.jenkins.plugins.util.ExecutorException
Ex extends Throwable
-
moreWork
boolean moreWork()
-