Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: p4-plugin
-
Labels:
-
Similar Issues:
Description
P4Groovy should allow saving specs with addtional flags.
for example, I want to run "p4 job -f -i" or "p4 change -f -i".
Sample new methods to P4Groovy.java:
public Map<String, Object>[] save(String type, Map<String, Object> spec, String... args)
public Map<String, Object>[] save(String type, Map<String, Object> spec, String[] args)
Ready for release.