Uses of Class
com.google.jenkins.plugins.storage.AbstractUpload.UploadSpec
Packages that use AbstractUpload.UploadSpec
-
Uses of AbstractUpload.UploadSpec in com.google.jenkins.plugins.storage
Methods in com.google.jenkins.plugins.storage that return AbstractUpload.UploadSpecModifier and TypeMethodDescriptionprotected final AbstractUpload.UploadSpecAbstractBucketLifecycleManager.getInclusions(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePaths the core logic should upload.protected abstract AbstractUpload.UploadSpecAbstractUpload.getInclusions(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePaths the core logic should upload.protected AbstractUpload.UploadSpecClassicUpload.getInclusions(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePaths the core logic should upload.protected AbstractUpload.UploadSpecStdoutUpload.getInclusions(Run<?, ?> run, FilePath workspace, TaskListener listener) Implementations override this interface in order to surface the set ofFilePaths the core logic should upload.