Class PathVariableInfo
- java.lang.Object
-
- jetbrains.buildServer.ideaSettings.PathVariableInfo
-
-
Constructor Summary
Constructors Constructor Description PathVariableInfo()PathVariableInfo(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddUsage(String usage)Objectclone()booleanequals(Object o)Collection<String>getUsages()StringgetValue()inthashCode()voidresetUsages()PathVariableInforesolveParameters(ValueResolver resolver)voidsetValue(String value)StringtoString()
-
-
-
Constructor Detail
-
PathVariableInfo
public PathVariableInfo()
-
PathVariableInfo
public PathVariableInfo(String value)
-
-
Method Detail
-
getValue
@NotNull public String getValue()
-
setValue
public void setValue(String value)
-
getUsages
@NotNull public Collection<String> getUsages()
-
addUsage
public void addUsage(String usage)
-
resetUsages
public void resetUsages()
-
resolveParameters
@NotNull public PathVariableInfo resolveParameters(@NotNull ValueResolver resolver)
-
-