Uses of Enum Class
org.jboss.set.pull.processor.ProcessorPhase
Packages that use ProcessorPhase
Package
Description
-
Uses of ProcessorPhase in org.jboss.set.pull.processor
Methods in org.jboss.set.pull.processor that return ProcessorPhaseModifier and TypeMethodDescriptionabstract ProcessorPhaseAbstractProcessor.getPhase()Returh phase for which implementation will work.Processor.getPhase()EvaluatorContext.getProcessorPhase()static ProcessorPhaseReturns the enum constant of this class with the specified name.static ProcessorPhase[]ProcessorPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.set.pull.processor with parameters of type ProcessorPhaseModifier and TypeMethodDescriptionbooleanAction.support(ProcessorPhase processorPhase) booleanEvaluator.support(ProcessorPhase processorPhase) Constructors in org.jboss.set.pull.processor with parameters of type ProcessorPhaseModifierConstructorDescriptionEvaluatorContext(org.jboss.set.aphrodite.Aphrodite aphrodite, org.jboss.set.aphrodite.domain.PullRequest pullrequest, StreamComponentDefinition streamComponentDefinition, ProcessorPhase processorPhase) -
Uses of ProcessorPhase in org.jboss.set.pull.processor.impl.action
Methods in org.jboss.set.pull.processor.impl.action with parameters of type ProcessorPhaseModifier and TypeMethodDescriptionbooleanReportAction.support(ProcessorPhase processorPhase) booleanSetLabelsAction.support(ProcessorPhase processorPhase) -
Uses of ProcessorPhase in org.jboss.set.pull.processor.impl.evaluator
Methods in org.jboss.set.pull.processor.impl.evaluator with parameters of type ProcessorPhaseModifier and TypeMethodDescriptionbooleanDevStreamLabelEvaluator.support(ProcessorPhase processorPhase) booleanIssueACKFlagsLabelEvaluator.support(ProcessorPhase processorPhase) booleanIssuePresentLabelEvaluator.support(ProcessorPhase processorPhase) booleanLinkedIssuesEvaluator.support(ProcessorPhase processorPhase) booleanLinkedPullRequestEvaluator.support(ProcessorPhase processorPhase) booleanTriviaEvaluator.support(ProcessorPhase processorPhase) booleanUpstreamPullRequestLabelEvaluator.support(ProcessorPhase processorPhase) -
Uses of ProcessorPhase in org.jboss.set.pull.processor.impl.process
Methods in org.jboss.set.pull.processor.impl.process that return ProcessorPhase