added custom paths to each affected scm path.
e.g., Add scmPath: testOne
assuming you get the current scm affected path list: [["src/main/java/Test.java"],["app/src/main/java/HelloWorld.java"]]
With the handle, the result: you will get a new affected path list: [["testOne","src/main/java/Test.java"],["testOne","src/main/java/HelloWorld.java"]]
if you need to add more, Add scmPath can be use like: testOne,testTwo,testThird