Skip navigation links
Pull Processor 0.8.7.Final
A C D E F G I L M N O P R S T U V W 

A

AbstractLabelEvaluator - Class in org.jboss.set.pull.processor.impl.evaluator
 
AbstractLabelEvaluator() - Constructor for class org.jboss.set.pull.processor.impl.evaluator.AbstractLabelEvaluator
 
AbstractProcessor - Class in org.jboss.set.pull.processor
Abstract class.
AbstractProcessor() - Constructor for class org.jboss.set.pull.processor.AbstractProcessor
 
Action - Interface in org.jboss.set.pull.processor
Action which will be executed once evaluators are done with preping all the data.
ActionContext - Class in org.jboss.set.pull.processor
 
ActionContext(ProcessorConfig) - Constructor for class org.jboss.set.pull.processor.ActionContext
 
addItemToReport(ReportItem) - Static method in class org.jboss.set.pull.processor.impl.action.ReportAction
 
addLabelItem(LabelItem<?>) - Method in class org.jboss.set.pull.processor.data.LabelData
 
Attribute(String) - Constructor for class org.jboss.set.pull.processor.data.EvaluatorData.Attribute
 
Attributes() - Constructor for class org.jboss.set.pull.processor.data.EvaluatorData.Attributes
 

C

CodeBaseLabelItem - Class in org.jboss.set.pull.processor.data
 
CodeBaseLabelItem(Codebase, LabelItem.LabelAction, LabelItem.LabelSeverity) - Constructor for class org.jboss.set.pull.processor.data.CodeBaseLabelItem
 
convert(Issue) - Method in class org.jboss.set.pull.processor.impl.evaluator.LinkedIssuesEvaluator
 
convert(PullRequest, StreamComponentDefinition) - Method in class org.jboss.set.pull.processor.impl.evaluator.LinkedPullRequestEvaluator
 

D

DefinedLabelItem - Class in org.jboss.set.pull.processor.data
 
DefinedLabelItem(DefinedLabelItem.LabelContent, LabelItem.LabelAction, LabelItem.LabelSeverity) - Constructor for class org.jboss.set.pull.processor.data.DefinedLabelItem
 
DefinedLabelItem.LabelContent - Enum in org.jboss.set.pull.processor.data
Static content that can be used as label
determineUpstreamStreamComponentDefinition(EvaluatorContext) - Method in class org.jboss.set.pull.processor.impl.evaluator.LinkedPullRequestEvaluator
 
DevStreamLabelEvaluator - Class in org.jboss.set.pull.processor.impl.evaluator
Set dev labels PR.
DevStreamLabelEvaluator() - Constructor for class org.jboss.set.pull.processor.impl.evaluator.DevStreamLabelEvaluator
 

E

eval(EvaluatorContext, EvaluatorData) - Method in interface org.jboss.set.pull.processor.Evaluator
 
eval(EvaluatorContext, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.DevStreamLabelEvaluator
 
eval(EvaluatorContext, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.IssueACKFlagsLabelEvaluator
 
eval(EvaluatorContext, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.IssuePresentLabelEvaluator
 
eval(EvaluatorContext, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.LinkedIssuesEvaluator
 
eval(EvaluatorContext, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.LinkedPullRequestEvaluator
 
eval(EvaluatorContext, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.TriviaEvaluator
 
eval(EvaluatorContext, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.UpstreamPullRequestLabelEvaluator
 
Evaluator - Interface in org.jboss.set.pull.processor
 
EvaluatorContext - Class in org.jboss.set.pull.processor
 
EvaluatorContext(Aphrodite, PullRequest, StreamComponentDefinition, ProcessorPhase) - Constructor for class org.jboss.set.pull.processor.EvaluatorContext
 
EvaluatorData - Class in org.jboss.set.pull.processor.data
 
EvaluatorData(Map<String, Object>) - Constructor for class org.jboss.set.pull.processor.data.EvaluatorData
 
EvaluatorData() - Constructor for class org.jboss.set.pull.processor.data.EvaluatorData
 
EvaluatorData.Attribute<T> - Class in org.jboss.set.pull.processor.data
 
EvaluatorData.Attributes - Class in org.jboss.set.pull.processor.data
 
execute(ActionContext, List<EvaluatorData>) - Method in interface org.jboss.set.pull.processor.Action
 
execute(ActionContext, List<EvaluatorData>) - Method in class org.jboss.set.pull.processor.impl.action.ReportAction
 
execute(ActionContext, List<EvaluatorData>) - Method in class org.jboss.set.pull.processor.impl.action.SetLabelsAction
 
extract(String) - Static method in class org.jboss.set.pull.processor.impl.evaluator.util.IssueStreamLabelsUtil
 

F

fetchPullRequestsRaw() - Method in class org.jboss.set.pull.processor.AbstractProcessor
Processor can fetch PRs based on any criteria it sees fit and by any means.
fetchPullRequestsRaw() - Method in class org.jboss.set.pull.processor.impl.process.OpenPRProcessor
 

G

getAction() - Method in class org.jboss.set.pull.processor.data.LabelItem
 
getActions() - Method in class org.jboss.set.pull.processor.ProcessorConfig
 
getAddLabels() - Method in class org.jboss.set.pull.processor.data.ReportItem
 
getAllowedStreams() - Method in class org.jboss.set.pull.processor.ActionContext
 
getAphrodite() - Method in class org.jboss.set.pull.processor.ActionContext
 
getAphrodite() - Method in class org.jboss.set.pull.processor.EvaluatorContext
 
getAphrodite() - Method in class org.jboss.set.pull.processor.ProcessorConfig
 
getAttributeValue(EvaluatorData.Attribute<T>) - Method in class org.jboss.set.pull.processor.data.EvaluatorData
 
getBranch() - Method in class org.jboss.set.pull.processor.EvaluatorContext
 
getComponentDefinition() - Method in class org.jboss.set.pull.processor.data.PullRequestReference
 
getCurrentLabels() - Method in class org.jboss.set.pull.processor.data.ReportItem
 
getData() - Method in class org.jboss.set.pull.processor.data.EvaluatorData
 
getDefinedStreams() - Method in class org.jboss.set.pull.processor.ActionContext
 
getDevAckStatus() - Method in class org.jboss.set.pull.processor.data.IssueData
 
getEvaluators() - Method in class org.jboss.set.pull.processor.ProcessorConfig
 
getExecutors() - Method in class org.jboss.set.pull.processor.ActionContext
 
getExecutorService() - Method in class org.jboss.set.pull.processor.ProcessorConfig
 
getIssue() - Method in class org.jboss.set.pull.processor.data.IssueData
 
getIssue() - Method in class org.jboss.set.pull.processor.data.ReportItem
 
getLabel() - Method in class org.jboss.set.pull.processor.data.CodeBaseLabelItem
 
getLabel() - Method in class org.jboss.set.pull.processor.data.DefinedLabelItem
 
getLabel() - Method in class org.jboss.set.pull.processor.data.LabelItem
 
getLabelData(EvaluatorData.Attribute<LabelData>, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.AbstractLabelEvaluator
 
getLabels(LabelItem.LabelAction) - Method in class org.jboss.set.pull.processor.data.LabelData
 
getLabels() - Method in class org.jboss.set.pull.processor.data.LabelData
 
getName() - Method in class org.jboss.set.pull.processor.StreamComponentDefinition
 
getName() - Method in class org.jboss.set.pull.processor.StreamDefinition
 
getPhase() - Method in class org.jboss.set.pull.processor.AbstractProcessor
Returh phase for which implementation will work.
getPhase() - Method in class org.jboss.set.pull.processor.impl.process.OpenPRProcessor
 
getPhase() - Method in interface org.jboss.set.pull.processor.Processor
 
getPmAckStatus() - Method in class org.jboss.set.pull.processor.data.IssueData
 
getProcessorPhase() - Method in class org.jboss.set.pull.processor.EvaluatorContext
 
getPullRequest() - Method in class org.jboss.set.pull.processor.data.PullRequestData
 
getPullRequest() - Method in class org.jboss.set.pull.processor.data.PullRequestReference
 
getPullRequest() - Method in class org.jboss.set.pull.processor.EvaluatorContext
 
getQeAckStatus() - Method in class org.jboss.set.pull.processor.data.IssueData
 
getRemoveLabels() - Method in class org.jboss.set.pull.processor.data.ReportItem
 
getReportFile() - Method in class org.jboss.set.pull.processor.ActionContext
 
getReportFile() - Method in class org.jboss.set.pull.processor.ProcessorConfig
 
getSeverity() - Method in class org.jboss.set.pull.processor.data.LabelItem
 
getStream() - Method in class org.jboss.set.pull.processor.StreamDefinition
 
getStreamComponent() - Method in class org.jboss.set.pull.processor.StreamComponentDefinition
 
getStreamComponentDefinition() - Method in class org.jboss.set.pull.processor.data.PullRequestData
 
getStreamComponentDefinition() - Method in class org.jboss.set.pull.processor.EvaluatorContext
 
getStreamComponents() - Method in class org.jboss.set.pull.processor.StreamDefinition
 
getStreamDefinition() - Method in class org.jboss.set.pull.processor.ProcessorConfig
 
getStreamDefinition() - Method in class org.jboss.set.pull.processor.StreamComponentDefinition
 
getStreams() - Method in class org.jboss.set.pull.processor.data.IssueData
 
getStreams(Issue) - Static method in class org.jboss.set.pull.processor.impl.evaluator.util.IssueStreamLabelsUtil
 
getStreamsAckedInIssue() - Method in class org.jboss.set.pull.processor.data.IssueData
 
getUrl() - Method in class org.jboss.set.pull.processor.data.ReportItem
 
getWritePermitedStreamDefinition() - Method in class org.jboss.set.pull.processor.ProcessorConfig
 

I

init(ProcessorConfig) - Method in class org.jboss.set.pull.processor.AbstractProcessor
 
init(ProcessorConfig) - Method in interface org.jboss.set.pull.processor.Processor
 
isDefined() - Method in class org.jboss.set.pull.processor.data.IssueData
 
isDefined() - Method in class org.jboss.set.pull.processor.data.PullRequestData
 
isFound() - Method in class org.jboss.set.pull.processor.StreamComponentDefinition
 
isFound() - Method in class org.jboss.set.pull.processor.StreamDefinition
 
isMergeable() - Method in class org.jboss.set.pull.processor.data.PullRequestData
 
isMerged() - Method in class org.jboss.set.pull.processor.data.PullRequestData
 
isRequired() - Method in class org.jboss.set.pull.processor.data.IssueData
 
isRequired() - Method in class org.jboss.set.pull.processor.data.PullRequestData
 
ISSUE_CURRENT - Static variable in class org.jboss.set.pull.processor.data.EvaluatorData.Attributes
 
ISSUE_UPSTREAM - Static variable in class org.jboss.set.pull.processor.data.EvaluatorData.Attributes
 
IssueACKFlagsLabelEvaluator - Class in org.jboss.set.pull.processor.impl.evaluator
Check what ACK flags we have and set up labels accordingly(or clear).
IssueACKFlagsLabelEvaluator() - Constructor for class org.jboss.set.pull.processor.impl.evaluator.IssueACKFlagsLabelEvaluator
 
IssueData - Class in org.jboss.set.pull.processor.data
 
IssueData() - Constructor for class org.jboss.set.pull.processor.data.IssueData
 
IssueData(Issue, List<String>) - Constructor for class org.jboss.set.pull.processor.data.IssueData
 
IssuePresentLabelEvaluator - Class in org.jboss.set.pull.processor.impl.evaluator
Set labels based on presence of issues.
IssuePresentLabelEvaluator() - Constructor for class org.jboss.set.pull.processor.impl.evaluator.IssuePresentLabelEvaluator
 
ISSUES_RELATED - Static variable in class org.jboss.set.pull.processor.data.EvaluatorData.Attributes
 
IssueStreamLabelsUtil - Class in org.jboss.set.pull.processor.impl.evaluator.util
 
isUpgrade() - Method in class org.jboss.set.pull.processor.data.PullRequestData
 
isUpsreamPRMismatched(LabelData, PullRequestData) - Method in class org.jboss.set.pull.processor.impl.evaluator.UpstreamPullRequestLabelEvaluator
 
isWrite() - Method in class org.jboss.set.pull.processor.ProcessorConfig
 
isWritePermitedOn(PullRequest) - Method in class org.jboss.set.pull.processor.ActionContext
 
isWritePermitted() - Method in class org.jboss.set.pull.processor.ActionContext
 

L

label - Variable in class org.jboss.set.pull.processor.data.LabelItem
 
LabelData - Class in org.jboss.set.pull.processor.data
 
LabelData() - Constructor for class org.jboss.set.pull.processor.data.LabelData
 
LabelItem<T> - Class in org.jboss.set.pull.processor.data
Represent available label, action and if it breaks something.
LabelItem(T, LabelItem.LabelAction, LabelItem.LabelSeverity) - Constructor for class org.jboss.set.pull.processor.data.LabelItem
 
LabelItem.LabelAction - Enum in org.jboss.set.pull.processor.data
 
LabelItem.LabelSeverity - Enum in org.jboss.set.pull.processor.data
 
LABELS_CURRENT - Static variable in class org.jboss.set.pull.processor.data.EvaluatorData.Attributes
 
LABELS_UPSTREAM - Static variable in class org.jboss.set.pull.processor.data.EvaluatorData.Attributes
 
LinkedIssuesEvaluator - Class in org.jboss.set.pull.processor.impl.evaluator
Simply retrieve issues from PR and process so other evaluators or action items can do some magic.
LinkedIssuesEvaluator() - Constructor for class org.jboss.set.pull.processor.impl.evaluator.LinkedIssuesEvaluator
 
LinkedPullRequestEvaluator - Class in org.jboss.set.pull.processor.impl.evaluator
 
LinkedPullRequestEvaluator() - Constructor for class org.jboss.set.pull.processor.impl.evaluator.LinkedPullRequestEvaluator
 
log(Level, String) - Method in class org.jboss.set.pull.processor.AbstractProcessor
 
log(Level, String, Throwable) - Method in class org.jboss.set.pull.processor.AbstractProcessor
 
LOG - Variable in class org.jboss.set.pull.processor.impl.evaluator.AbstractLabelEvaluator
 
LOGGER - Static variable in class org.jboss.set.pull.processor.AbstractProcessor
 

M

Main - Class in org.jboss.set.pull.processor
 
Main() - Constructor for class org.jboss.set.pull.processor.Main
 
main(String[]) - Static method in class org.jboss.set.pull.processor.Main
 
matchStreams(Aphrodite, List<StreamDefinition>) - Static method in class org.jboss.set.pull.processor.impl.evaluator.util.StreamDefinitionUtil
Fetch stream/component definition from aphrodite if it match conf parameters(StreamDefinition and StreamComponentDefinition)

N

name() - Method in class org.jboss.set.pull.processor.data.EvaluatorData.Attribute
 
name() - Method in interface org.jboss.set.pull.processor.Evaluator
 
notRequired() - Method in class org.jboss.set.pull.processor.data.IssueData
 
notRequired() - Method in class org.jboss.set.pull.processor.data.PullRequestData
 

O

OpenPRProcessor - Class in org.jboss.set.pull.processor.impl.process
Process all PRs in OPEN state
OpenPRProcessor() - Constructor for class org.jboss.set.pull.processor.impl.process.OpenPRProcessor
 
org.jboss.set.pull.processor - package org.jboss.set.pull.processor
 
org.jboss.set.pull.processor.data - package org.jboss.set.pull.processor.data
 
org.jboss.set.pull.processor.impl.action - package org.jboss.set.pull.processor.impl.action
 
org.jboss.set.pull.processor.impl.evaluator - package org.jboss.set.pull.processor.impl.evaluator
 
org.jboss.set.pull.processor.impl.evaluator.util - package org.jboss.set.pull.processor.impl.evaluator.util
 
org.jboss.set.pull.processor.impl.process - package org.jboss.set.pull.processor.impl.process
 

P

process() - Method in class org.jboss.set.pull.processor.AbstractProcessor
 
process() - Method in interface org.jboss.set.pull.processor.Processor
 
processAckLabels(EvaluatorData.Attribute<IssueData>, EvaluatorData.Attribute<LabelData>, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.IssueACKFlagsLabelEvaluator
 
processFlagStatus(LabelData, FlagStatus, DefinedLabelItem.LabelContent) - Method in class org.jboss.set.pull.processor.impl.evaluator.IssueACKFlagsLabelEvaluator
 
Processor - Interface in org.jboss.set.pull.processor
Pull request processor derived from Jason's pull-player.
processorConfig - Variable in class org.jboss.set.pull.processor.AbstractProcessor
 
ProcessorConfig - Class in org.jboss.set.pull.processor
Class which holds all the bits required for processors.
ProcessorConfig(List<Evaluator>, List<Action>, List<StreamDefinition>, List<StreamDefinition>, Aphrodite, ExecutorService, String, boolean) - Constructor for class org.jboss.set.pull.processor.ProcessorConfig
 
ProcessorException - Exception in org.jboss.set.pull.processor
 
ProcessorException(String, Throwable) - Constructor for exception org.jboss.set.pull.processor.ProcessorException
 
ProcessorPhase - Enum in org.jboss.set.pull.processor
Determine type of PR/phase that processor and its actors will go through.
processPresenceLabel(EvaluatorData.Attribute<IssueData>, EvaluatorData.Attribute<LabelData>, DefinedLabelItem.LabelContent, EvaluatorData) - Method in class org.jboss.set.pull.processor.impl.evaluator.IssuePresentLabelEvaluator
 
PULL_REQUEST_CURRENT - Static variable in class org.jboss.set.pull.processor.data.EvaluatorData.Attributes
 
PULL_REQUEST_UPSTREAM - Static variable in class org.jboss.set.pull.processor.data.EvaluatorData.Attributes
 
PullRequestData - Class in org.jboss.set.pull.processor.data
 
PullRequestData(PullRequest, StreamComponentDefinition) - Constructor for class org.jboss.set.pull.processor.data.PullRequestData
 
PullRequestReference - Class in org.jboss.set.pull.processor.data
 
PullRequestReference(PullRequest, StreamComponentDefinition) - Constructor for class org.jboss.set.pull.processor.data.PullRequestReference
 

R

ReportAction - Class in org.jboss.set.pull.processor.impl.action
Action which produces report if proper flag has been set.
ReportAction() - Constructor for class org.jboss.set.pull.processor.impl.action.ReportAction
 
ReportItem - Class in org.jboss.set.pull.processor.data
 
ReportItem(String, String, List<String>, List<String>, List<String>) - Constructor for class org.jboss.set.pull.processor.data.ReportItem
 

S

setAddLabels(List<String>) - Method in class org.jboss.set.pull.processor.data.ReportItem
 
setAttributeValue(EvaluatorData.Attribute<T>, T) - Method in class org.jboss.set.pull.processor.data.EvaluatorData
 
setComponentDefinition(StreamComponentDefinition) - Method in class org.jboss.set.pull.processor.data.PullRequestReference
 
setCurrentLabels(List<String>) - Method in class org.jboss.set.pull.processor.data.ReportItem
 
setDevAckStatus(FlagStatus) - Method in class org.jboss.set.pull.processor.data.IssueData
 
setIssue(String) - Method in class org.jboss.set.pull.processor.data.ReportItem
 
SetLabelsAction - Class in org.jboss.set.pull.processor.impl.action
 
SetLabelsAction() - Constructor for class org.jboss.set.pull.processor.impl.action.SetLabelsAction
 
setPmAckStatus(FlagStatus) - Method in class org.jboss.set.pull.processor.data.IssueData
 
setPullRequest(PullRequest) - Method in class org.jboss.set.pull.processor.data.PullRequestReference
 
setQeAckStatus(FlagStatus) - Method in class org.jboss.set.pull.processor.data.IssueData
 
setRemoveLabels(List<String>) - Method in class org.jboss.set.pull.processor.data.ReportItem
 
setStream(Stream) - Method in class org.jboss.set.pull.processor.StreamDefinition
 
setStreamComponent(StreamComponent) - Method in class org.jboss.set.pull.processor.StreamComponentDefinition
 
setUrl(String) - Method in class org.jboss.set.pull.processor.data.ReportItem
 
simpleName - Variable in class org.jboss.set.pull.processor.AbstractProcessor
 
start(List<StreamDefinition>, List<StreamDefinition>, String, Boolean) - Method in class org.jboss.set.pull.processor.Main
 
StreamComponentDefinition - Class in org.jboss.set.pull.processor
 
StreamComponentDefinition(String, StreamDefinition) - Constructor for class org.jboss.set.pull.processor.StreamComponentDefinition
 
StreamDefinition - Class in org.jboss.set.pull.processor
Class which represents stream definition with components to process.
StreamDefinition(String) - Constructor for class org.jboss.set.pull.processor.StreamDefinition
 
StreamDefinition(String, String...) - Constructor for class org.jboss.set.pull.processor.StreamDefinition
 
StreamDefinitionUtil - Class in org.jboss.set.pull.processor.impl.evaluator.util
 
StreamDefinitionUtil() - Constructor for class org.jboss.set.pull.processor.impl.evaluator.util.StreamDefinitionUtil
 
support(ProcessorPhase) - Method in interface org.jboss.set.pull.processor.Action
 
support(ProcessorPhase) - Method in interface org.jboss.set.pull.processor.Evaluator
 
support(ProcessorPhase) - Method in class org.jboss.set.pull.processor.impl.action.ReportAction
 
support(ProcessorPhase) - Method in class org.jboss.set.pull.processor.impl.action.SetLabelsAction
 
support(ProcessorPhase) - Method in class org.jboss.set.pull.processor.impl.evaluator.DevStreamLabelEvaluator
 
support(ProcessorPhase) - Method in class org.jboss.set.pull.processor.impl.evaluator.IssueACKFlagsLabelEvaluator
 
support(ProcessorPhase) - Method in class org.jboss.set.pull.processor.impl.evaluator.IssuePresentLabelEvaluator
 
support(ProcessorPhase) - Method in class org.jboss.set.pull.processor.impl.evaluator.LinkedIssuesEvaluator
 
support(ProcessorPhase) - Method in class org.jboss.set.pull.processor.impl.evaluator.LinkedPullRequestEvaluator
 
support(ProcessorPhase) - Method in class org.jboss.set.pull.processor.impl.evaluator.TriviaEvaluator
 
support(ProcessorPhase) - Method in class org.jboss.set.pull.processor.impl.evaluator.UpstreamPullRequestLabelEvaluator
 

T

toString() - Method in enum org.jboss.set.pull.processor.data.DefinedLabelItem.LabelContent
 
toString() - Method in class org.jboss.set.pull.processor.data.IssueData
 
toString() - Method in class org.jboss.set.pull.processor.data.LabelItem
 
toString() - Method in class org.jboss.set.pull.processor.data.PullRequestReference
 
toString() - Method in class org.jboss.set.pull.processor.StreamComponentDefinition
 
toString() - Method in class org.jboss.set.pull.processor.StreamDefinition
 
TriviaEvaluator - Class in org.jboss.set.pull.processor.impl.evaluator
Setup everything that does not fit any category?
TriviaEvaluator() - Constructor for class org.jboss.set.pull.processor.impl.evaluator.TriviaEvaluator
 

U

UpstreamPullRequestLabelEvaluator - Class in org.jboss.set.pull.processor.impl.evaluator
Check status of PR and if we need it.
UpstreamPullRequestLabelEvaluator() - Constructor for class org.jboss.set.pull.processor.impl.evaluator.UpstreamPullRequestLabelEvaluator
 

V

valueOf(String) - Static method in enum org.jboss.set.pull.processor.data.DefinedLabelItem.LabelContent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.set.pull.processor.data.LabelItem.LabelAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.set.pull.processor.data.LabelItem.LabelSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.set.pull.processor.ProcessorPhase
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.set.pull.processor.data.DefinedLabelItem.LabelContent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.set.pull.processor.data.LabelItem.LabelAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.set.pull.processor.data.LabelItem.LabelSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.set.pull.processor.ProcessorPhase
Returns an array containing the constants of this enum type, in the order they are declared.

W

WRITE_PERMISSION - Static variable in class org.jboss.set.pull.processor.data.EvaluatorData.Attributes
 
A C D E F G I L M N O P R S T U V W 
Skip navigation links
Pull Processor 0.8.7.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.