Class ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate
java.lang.Object
com.atlassian.bamboo.build.artifact.handlers.ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate
- All Implemented Interfaces:
Predicate<com.atlassian.plugin.ModuleDescriptor<ArtifactHandler>>
public class ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate
extends Object
implements Predicate<com.atlassian.plugin.ModuleDescriptor<ArtifactHandler>>
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate(@NotNull AgentType agentType) -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(com.atlassian.plugin.ModuleDescriptor<ArtifactHandler> moduleDescriptor)
-
Constructor Details
-
ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate
public ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate(@NotNull @NotNull AgentType agentType)
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<com.atlassian.plugin.ModuleDescriptor<ArtifactHandler>>
-