Uses of Class
com.atlassian.bamboo.plugin.descriptor.PrePostTaskActionsDescriptor
Packages that use PrePostTaskActionsDescriptor
-
Uses of PrePostTaskActionsDescriptor in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task with type parameters of type PrePostTaskActionsDescriptorModifier and TypeMethodDescriptionprotected <D extends PrePostTaskActionsDescriptor,T extends InternalTaskType>
Collection<PrePostTaskActions> TaskActionExecutorImpl.getTaskActionsFor(Class<D> descriptorClass, T task) Find all module descriptors ofdescriptorClasstype, next reduce a list to those which are intended to be used with tasks oftasktype (descriptor.getTaskClass()).