public static class

ViewWorkflows.WorkflowItemsList.Predicates

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.admin.ViewWorkflows.WorkflowItemsList.Predicates

Summary

Public Constructors
ViewWorkflows.WorkflowItemsList.Predicates()
Public Methods
static Predicate<ViewWorkflows.WorkflowItem> byDescription(String description)
static Predicate<ViewWorkflows.WorkflowItem> byName(String name)
static Predicate<ViewWorkflows.WorkflowItem> schemesEqual(Iterable<String> schemes)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ViewWorkflows.WorkflowItemsList.Predicates ()

Public Methods

public static Predicate<ViewWorkflows.WorkflowItem> byDescription (String description)

public static Predicate<ViewWorkflows.WorkflowItem> byName (String name)

public static Predicate<ViewWorkflows.WorkflowItem> schemesEqual (Iterable<String> schemes)