Uses of Class
com.google.jenkins.plugins.storage.AbstractUpload.UploadSpec
-
Packages that use AbstractUpload.UploadSpec Package Description com.google.jenkins.plugins.storage -
-
Uses of AbstractUpload.UploadSpec in com.google.jenkins.plugins.storage
Methods in com.google.jenkins.plugins.storage that return AbstractUpload.UploadSpec Modifier and Type Method Description protected AbstractUpload.UploadSpec
AbstractBucketLifecycleManager. getInclusions(Run<?,?> run, FilePath workspace, TaskListener listener)
Implementations override this interface in order to surface the set ofFilePath
s the core logic should upload.protected abstract AbstractUpload.UploadSpec
AbstractUpload. getInclusions(Run<?,?> run, FilePath workspace, TaskListener listener)
Implementations override this interface in order to surface the set ofFilePath
s the core logic should upload.protected AbstractUpload.UploadSpec
ClassicUpload. getInclusions(Run<?,?> run, FilePath workspace, TaskListener listener)
Implementations override this interface in order to surface the set ofFilePath
s the core logic should upload.protected AbstractUpload.UploadSpec
StdoutUpload. getInclusions(Run<?,?> run, FilePath workspace, TaskListener listener)
Implementations override this interface in order to surface the set ofFilePath
s the core logic should upload.
-