lockable-resources-plugin
lockable-resources-plugin copied to clipboard
How to update/change an existent label for a specific resource
Is there a way to update labels for specific resource. For example,I have the following resources:
Resource:Windows1
Labels:win10,64bit,firefox
Resource:Windows2
Labels:win10,32bit,chrome
I need to change label for Windows1 to win10,64bit,edge In javadoc I saw a method setLabel(String label), but I don't know how exactly is used.