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 interfaceDigestProducingArtifactsPublisherAgent extension for custom artifacts publishers that can calculate artifact digests.Classes in jetbrains.buildServer.agent that implement ArtifactsPublisher Modifier and Type Class Description classMockArtifactsPublisherclassMockDigestProducingArtifactPublisherclassNullArtifactsPublisher -
Uses of ArtifactsPublisher in jetbrains.buildServer.agent.artifacts
Methods in jetbrains.buildServer.agent.artifacts with parameters of type ArtifactsPublisher Modifier and Type Method Description booleanAgentArtifactHelper. 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 classBaseArtifactsPublisherCreated 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 ArtifactsPublisherApplicablePublishers. getExternalStoragePublisher()Methods in jetbrains.buildServer.agent.impl.artifacts with parameters of type ArtifactsPublisher Modifier and Type Method Description protected static StringArtifactsPublishingLoggerBase. getPublishingArtifactsMessage(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection, boolean includeRule)booleanAgentArtifactHelperImpl. isEnabled(ArtifactsPublisher publisher, String path)voidArtifactsProcessorLogger. logArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)phase 3.voidArtifactsPublishingLoggerBase. logArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)voidInternalArtifactsProcessingLogger. logArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)voidUserArtifactsProcessingLogger. logArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)voidArtifactsProcessorLogger. logArtifactsPublisherPublished(ArtifactsPublisher publisher, int totalPublished, ArtifactsCollection artifactsCollection)phase 3.x.voidArtifactsPublishingLoggerBase. 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 voidArtifactsPublisherProvider. setPublishers(Collection<ArtifactsPublisher> artifactsPublishers)voidArtifactsPublisherProviderImpl. 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 interfaceArtifactsCachePublisherClasses in jetbrains.buildServer.agent.publisher that implement ArtifactsPublisher Modifier and Type Class Description classArtifactsCachePublisherImplCreated by Nikita Skvortsov date: 30.09.13.classWebPublisher
-