Package | Description |
---|---|
com.google.jenkins.plugins.storage |
Modifier and Type | Method and Description |
---|---|
protected AbstractUpload.UploadSpec |
StdoutUpload.getInclusions(Run<?,?> run,
FilePath workspace,
TaskListener listener)
Implementations override this interface in order to surface the set of
FilePath 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 of
FilePath s the
core logic should upload. |
protected AbstractUpload.UploadSpec |
AbstractBucketLifecycleManager.getInclusions(Run<?,?> run,
FilePath workspace,
TaskListener listener)
Implementations override this interface in order to surface the set of
FilePath 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 of
FilePath s the
core logic should upload. |
Copyright © 2016–2019. All rights reserved.