Class FieldRestrictionBuilder
java.lang.Object
com.deiser.jira.profields.api.field.restriction.FieldRestrictionBuilder
The Field restriction builder.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build field restriction.byGroup()
Create a restriction builder for restriction by groupsCreate a restriction builder for restriction by project rolesstatic FieldRestrictionBuilder
create()
boolean
Is completed boolean.
-
Method Details
-
create
-
byGroup
Create a restriction builder for restriction by groups- Returns:
- the group field restriction builder
-
byProjectRole
Create a restriction builder for restriction by project roles- Returns:
- the project role field restriction builder
-
isCompleted
public boolean isCompleted()Is completed boolean.- Returns:
- the boolean
-
build
Build field restriction.- Returns:
- the field restriction
-