Package jetbrains.buildServer.agent.impl
Class BaseArtifactsPublisher
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.BaseArtifactsPublisher
-
- All Implemented Interfaces:
AgentExtension
,ArtifactsPublisher
,TeamCityExtension
- Direct Known Subclasses:
ArtifactsCachePublisherImpl
,MockArtifactsPublisher
,WebPublisher
public abstract class BaseArtifactsPublisher extends Object implements ArtifactsPublisher
Created by Nikita.Skvortsov date: 01.10.2014.
-
-
Constructor Summary
Constructors Constructor Description BaseArtifactsPublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabled()
Check if this publisher is currently enabled.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.agent.ArtifactsPublisher
getType, publishFiles
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Description copied from interface:ArtifactsPublisher
Check if this publisher is currently enabled. Allows disabling/skipping publishers in runtime.- Specified by:
isEnabled
in interfaceArtifactsPublisher
- Returns:
- see above.
-
-