Uses of Interface
jetbrains.buildServer.agent.ArtifactsPublisher
-
-
Uses of ArtifactsPublisher in jetbrains.buildServer.agent
Subinterfaces of ArtifactsPublisher in jetbrains.buildServer.agent Modifier and Type Interface Description interface
DigestProducingArtifactsPublisher
Agent extension for custom artifacts publishers that can calculate artifact digests.Classes in jetbrains.buildServer.agent that implement ArtifactsPublisher Modifier and Type Class Description class
MockArtifactsPublisher
class
MockDigestProducingArtifactPublisher
class
NullArtifactsPublisher
-
Uses of ArtifactsPublisher in jetbrains.buildServer.agent.artifacts
Methods in jetbrains.buildServer.agent.artifacts with parameters of type ArtifactsPublisher Modifier and Type Method Description boolean
AgentArtifactHelper. isEnabled(ArtifactsPublisher publisher, String path)
Whether or not the artifact should be published by the publisher -
Uses of ArtifactsPublisher in jetbrains.buildServer.agent.impl
Classes in jetbrains.buildServer.agent.impl that implement ArtifactsPublisher Modifier and Type Class Description class
BaseArtifactsPublisher
Created by Nikita.Skvortsov date: 01.10.2014. -
Uses of ArtifactsPublisher in jetbrains.buildServer.agent.impl.artifacts
Methods in jetbrains.buildServer.agent.impl.artifacts that return ArtifactsPublisher Modifier and Type Method Description ArtifactsPublisher
ApplicablePublishers. getExternalStoragePublisher()
Methods in jetbrains.buildServer.agent.impl.artifacts with parameters of type ArtifactsPublisher Modifier and Type Method Description protected static String
ArtifactsPublishingLoggerBase. getPublishingArtifactsMessage(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection, boolean includeRule)
boolean
AgentArtifactHelperImpl. isEnabled(ArtifactsPublisher publisher, String path)
void
ArtifactsProcessorLogger. logArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)
phase 3.void
ArtifactsPublishingLoggerBase. logArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)
void
InternalArtifactsProcessingLogger. logArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)
void
UserArtifactsProcessingLogger. logArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)
void
ArtifactsProcessorLogger. logArtifactsPublisherPublished(ArtifactsPublisher publisher, int totalPublished, ArtifactsCollection artifactsCollection)
phase 3.x.void
ArtifactsPublishingLoggerBase. logArtifactsPublisherPublished(ArtifactsPublisher publisher, int totalPublished, ArtifactsCollection artifactsCollection)
Method parameters in jetbrains.buildServer.agent.impl.artifacts with type arguments of type ArtifactsPublisher Modifier and Type Method Description void
ArtifactsPublisherProvider. setPublishers(Collection<ArtifactsPublisher> artifactsPublishers)
void
ArtifactsPublisherProviderImpl. setPublishers(Collection<ArtifactsPublisher> publishers)
Constructors in jetbrains.buildServer.agent.impl.artifacts with parameters of type ArtifactsPublisher Constructor Description AgentArtifactHelperImpl(ArtifactsPublisher publisher, AllowedExternalArtifactPathRegistry allowedExternalArtifactPathRegistry, CurrentBuildTracker buildTracker)
ApplicablePublishers(ArtifactsPublisher storagePublisher, ArtifactsCachePublisher cachePublisher)
-
Uses of ArtifactsPublisher in jetbrains.buildServer.agent.publisher
Subinterfaces of ArtifactsPublisher in jetbrains.buildServer.agent.publisher Modifier and Type Interface Description interface
ArtifactsCachePublisher
Classes in jetbrains.buildServer.agent.publisher that implement ArtifactsPublisher Modifier and Type Class Description class
ArtifactsCachePublisherImpl
Created by Nikita Skvortsov date: 30.09.13.class
WebPublisher
-