Uses of Class
com.google.jenkins.plugins.storage.InvalidAnnotationException
-
Packages that use InvalidAnnotationException Package Description com.google.jenkins.plugins.storage -
-
Uses of InvalidAnnotationException in com.google.jenkins.plugins.storage
Methods in com.google.jenkins.plugins.storage that throw InvalidAnnotationException Modifier and Type Method Description protected abstract com.google.api.services.storage.model.Bucket
AbstractBucketLifecycleManager. checkBucket(com.google.api.services.storage.model.Bucket bucket)
This is intended to be an identity function that throws when the input is not adequately annotated.protected com.google.api.services.storage.model.Bucket
ExpiringBucketLifecycleManager. checkBucket(com.google.api.services.storage.model.Bucket bucket)
This is intended to be an identity function that throws when the input is not adequately annotated.
-