Interface ArtifactsPublisherProvider
-
- All Known Implementing Classes:
ArtifactsPublisherProviderImpl
public interface ArtifactsPublisherProvider
Created by Nikita.Skvortsov date: 13.04.2016.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicablePublishers
getApplicable(boolean isInternalPublication)
void
setCachePublisher(ArtifactsCachePublisher cachePublisher)
void
setPublishers(Collection<ArtifactsPublisher> artifactsPublishers)
-
-
-
Method Detail
-
getApplicable
@NotNull ApplicablePublishers getApplicable(boolean isInternalPublication)
-
setPublishers
void setPublishers(Collection<ArtifactsPublisher> artifactsPublishers)
-
setCachePublisher
void setCachePublisher(ArtifactsCachePublisher cachePublisher)
-
-