Package | Description |
---|---|
de.dentrassi.pm.jenkins |
Modifier and Type | Field and Description |
---|---|
protected Set<UploaderResult.ArtifactResult> |
AbstractUploader.uploadedArtifacts
Map containing the id and filename of the successfully uploaded artifacts
Fill from the upload results
|
Modifier and Type | Method and Description |
---|---|
Set<UploaderResult.ArtifactResult> |
UploaderResult.getUploadedArtifacts()
Returns a unmodifiable map containing the successfully uploaded
artifacts.
|
Set<UploaderResult.ArtifactResult> |
Uploader.getUploadedArtifacts()
Returns all artifacts uploaded to the server.
|
Set<UploaderResult.ArtifactResult> |
AbstractUploader.getUploadedArtifacts() |
Modifier and Type | Method and Description |
---|---|
void |
UploaderResult.addUploadedArtifacts(Set<UploaderResult.ArtifactResult> artifacts)
Adds all the given entries to successfully uploaded artifacts.
|
Copyright © 2016–2018. All rights reserved.