public interface IDeleteArtifact
| Modifier and Type | Method and Description |
|---|---|
void |
deleteArtifact(org.eclipse.aether.repository.RemoteRepository stagingRepo,
org.eclipse.aether.artifact.Artifact artifact)
This method is responsible to remove an artifact from a repository.
|
void deleteArtifact(org.eclipse.aether.repository.RemoteRepository stagingRepo,
org.eclipse.aether.artifact.Artifact artifact)
throws IllegalStateException
stagingRepo - - The staging repository.artifact - - The artifact with all needed informations.logger - - The jenkins logger, currently a simple output stream.IllegalStateException - Thrown then something goes wrong.Copyright © 2014. All Rights Reserved.