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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
act()
void
initCredentials()
boolean
moreWork()
-
-
-
Method Detail
-
initCredentials
void initCredentials() throws IOException, Ex extends Throwable
- Throws:
IOException
Ex extends Throwable
-
act
void act() throws com.google.api.client.http.HttpResponseException, IOException, InterruptedException, com.google.jenkins.plugins.util.ExecutorException, Ex extends Throwable
- Throws:
com.google.api.client.http.HttpResponseException
IOException
InterruptedException
com.google.jenkins.plugins.util.ExecutorException
Ex extends Throwable
-
moreWork
boolean moreWork()
-
-