Class AffectedField
java.lang.Object
com.deiser.jira.profields.api.value.simulation.AffectedField
-
Method Summary
Modifier and TypeMethodDescriptionstatic AffectedField
create
(@NotNull com.atlassian.jira.project.Project project, @NotNull Field field, List<ListItem> currentValues, List<ListItem> futureValues, List<ListItem> deletedValues) getField()
int
com.atlassian.jira.project.Project
boolean
boolean
boolean
-
Method Details
-
create
-
getProject
public com.atlassian.jira.project.Project getProject() -
getFieldId
public int getFieldId() -
getFieldName
-
getField
-
isEditableValue
public boolean isEditableValue() -
isVisibleValue
public boolean isVisibleValue() -
streamCurrentValues
-
streamFutureValues
-
streamDeletedValues
-
hasDeletedValues
public boolean hasDeletedValues()
-