| Package | Description |
|---|---|
| com.google.jenkins.plugins.storage |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractUpload.UploadSpec |
AbstractUpload.getInclusions(hudson.model.AbstractBuild<?,?> build,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
Implementations override this interface in order to surface the set of
FilePaths the core logic should upload. |
protected AbstractUpload.UploadSpec |
StdoutUpload.getInclusions(hudson.model.AbstractBuild<?,?> build,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
Implementations override this interface in order to surface the set of
FilePaths the core logic should upload. |
protected AbstractUpload.UploadSpec |
ClassicUpload.getInclusions(hudson.model.AbstractBuild<?,?> build,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
Implementations override this interface in order to surface the set of
FilePaths the core logic should upload. |
protected AbstractUpload.UploadSpec |
AbstractBucketLifecycleManager.getInclusions(hudson.model.AbstractBuild<?,?> build,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
Implementations override this interface in order to surface the set of
FilePaths the core logic should upload. |
Copyright © 2004-2014. All Rights Reserved.