Uses of Class
org.graylog.plugins.pipelineprocessor.rest.StageSource
Packages that use StageSource
-
Uses of StageSource in org.graylog.plugins.pipelineprocessor.rest
Methods in org.graylog.plugins.pipelineprocessor.rest that return StageSourceModifier and TypeMethodDescriptionabstract StageSourceStageSource.Builder.build()static StageSourceStageSource.create(@javax.validation.constraints.Min(0L) int stage, Stage.Match match, List<String> rules) Methods in org.graylog.plugins.pipelineprocessor.rest that return types with arguments of type StageSourceMethod parameters in org.graylog.plugins.pipelineprocessor.rest with type arguments of type StageSourceModifier and TypeMethodDescriptionstatic PipelineSourcePipelineSource.create(String id, String title, String description, String source, List<StageSource> stages, org.joda.time.DateTime createdAt, org.joda.time.DateTime modifiedAt) abstract PipelineSource.BuilderPipelineSource.Builder.stages(List<StageSource> stages)