package saker.maven.support.api.deploy
public interface ArtifactDeployWorkerTaskOutput
Output of an artifact deployment worker task.
The interface provides access to the coordinates of the deployed artifacts.
Currently the interface doesn't expose other information about the deployed artifacts.
Clients shouldn't implement this interface.
public ArtifactCoordinates | Gets the deployment coordinates. |
Gets the deployment coordinates.
The classifier and extension of the result is null
.
The coordinates.