Interface ValueSimulationService
public interface ValueSimulationService
The Value simulation service to get the possible values affected for the introduced values
- 
Method SummaryModifier and TypeMethodDescriptionSimulate value simulation.
- 
Method Details- 
simulateValueSimulation 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 project
- field- the field
- fieldValues- the field values
- Returns:
- the value simulation
 
 
-