Class PathMacrosCollector.Usage
- java.lang.Object
-
- com.intellij.openapi.util.Pair<org.jdom.Element,String>
-
- jetbrains.buildServer.ideaSettings.PathMacrosCollector.Usage
-
- Enclosing class:
- PathMacrosCollector
public static class PathMacrosCollector.Usage extends Pair<org.jdom.Element,String>
Pair of element - attribute name (or null if text content)
-
-
Constructor Detail
-
Usage
public Usage(org.jdom.Element first, String second)
-
-