Uses of Class
org.jboss.set.pull.processor.ProcessorPhase
-
Packages that use ProcessorPhase Package Description org.jboss.set.pull.processor org.jboss.set.pull.processor.impl.action org.jboss.set.pull.processor.impl.evaluator org.jboss.set.pull.processor.impl.process -
-
Uses of ProcessorPhase in org.jboss.set.pull.processor
Methods in org.jboss.set.pull.processor that return ProcessorPhase Modifier and Type Method Description abstract ProcessorPhaseAbstractProcessor. getPhase()Returh phase for which implementation will work.ProcessorPhaseProcessor. getPhase()ProcessorPhaseEvaluatorContext. getProcessorPhase()static ProcessorPhaseProcessorPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessorPhase[]ProcessorPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.set.pull.processor with parameters of type ProcessorPhase Modifier and Type Method Description booleanAction. support(ProcessorPhase processorPhase)booleanEvaluator. support(ProcessorPhase processorPhase)Constructors in org.jboss.set.pull.processor with parameters of type ProcessorPhase Constructor Description EvaluatorContext(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 ProcessorPhase Modifier and Type Method Description booleanReportAction. 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 ProcessorPhase Modifier and Type Method Description booleanDevStreamLabelEvaluator. 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 Modifier and Type Method Description ProcessorPhaseOpenPRProcessor. getPhase()
-