Class EndArtifactPublishEvent


public class EndArtifactPublishEvent extends PublishEvent
Event fired after artifact publication has finished (possibly in error). Triggers registered on NAME will be notified of these events.
See Also:
  • Field Details

  • Constructor Details

    • EndArtifactPublishEvent

      public EndArtifactPublishEvent(DependencyResolver resolver, Artifact artifact, File data, boolean overwrite, boolean successful)
  • Method Details

    • isSuccessful

      public boolean isSuccessful()
      Returns:
      true iff no errors were encountered during the publication