public interface ServerArtifactHelper
| Modifier and Type | Method and Description |
|---|---|
ArtifactListData |
getArtifactList(SBuild build)
Get external artifacts information from the build.
|
void |
removeFromArtifactList(SBuild build,
java.util.List<java.lang.String> artifacts)
Removes the provided artifacts from the artifact list of the provided build
|
@Nullable ArtifactListData getArtifactList(@NotNull SBuild build) throws java.io.IOException
build - to get information fromnull if no information is availablejava.io.IOException - in case of errors while reading the artifacts information filevoid removeFromArtifactList(@NotNull
SBuild build,
@NotNull
java.util.List<java.lang.String> artifacts)
throws java.io.IOException
java.io.IOException - in case of errors while removing