Interface ValueSimulationService
public interface ValueSimulationService
The Value simulation service to get the possible values affected for the introduced values
-
Method Summary
Modifier and TypeMethodDescriptionSimulate value simulation.
-
Method Details
-
simulate
ValueSimulation simulate(com.atlassian.jira.project.Project project, Field field, List<String> fieldValues) Simulate value simulation. Get the possible values affected for the introduced values.- Parameters:
project
- the projectfield
- the fieldfieldValues
- the field values- Returns:
- the value simulation
-