Package jetbrains.buildServer.tools
Class ToolVersionReference
- java.lang.Object
-
- jetbrains.buildServer.tools.ToolVersionReference
-
public class ToolVersionReference extends Object
Created by Evgeniy.Koshkin on 24-Feb-16.
-
-
Field Summary
Fields Modifier and Type Field Description static ToolVersionReference
CUSTOM
static ToolVersionReference
NOT_SPECIFIED
static String
TOOL_AUTO_REFERENCE_POSTFIX
static String
TOOL_DEFAULT_REFERENCE_POSTFIX
static String
TOOL_PARAMETER_PREFIX
-
Method Summary
-
-
-
Field Detail
-
TOOL_PARAMETER_PREFIX
public static final String TOOL_PARAMETER_PREFIX
- See Also:
- Constant Field Values
-
TOOL_DEFAULT_REFERENCE_POSTFIX
public static final String TOOL_DEFAULT_REFERENCE_POSTFIX
- See Also:
- Constant Field Values
-
TOOL_AUTO_REFERENCE_POSTFIX
public static final String TOOL_AUTO_REFERENCE_POSTFIX
- See Also:
- Constant Field Values
-
CUSTOM
public static final ToolVersionReference CUSTOM
-
NOT_SPECIFIED
public static final ToolVersionReference NOT_SPECIFIED
-
-
Method Detail
-
isToolReference
public static boolean isToolReference(@Nullable String value)
-
getDefaultToolReference
@NotNull public static ToolVersionReference getDefaultToolReference(@NotNull ToolVersion defaultToolVersion)
-
getAutoToolReference
@NotNull public static ToolVersionReference getAutoToolReference(String toolType)
-
getDefaultToolReference
@NotNull public static ToolVersionReference getDefaultToolReference(String toolType)
-
getToolReference
@NotNull public static ToolVersionReference getToolReference(@NotNull ToolVersion toolVersion)
-
getBundledToolReference
@NotNull public static ToolVersionReference getBundledToolReference(@NotNull ToolVersion toolVersion)
-
getNotInstalledToolReference
@NotNull public static ToolVersionReference getNotInstalledToolReference(@NotNull String toolVersionId)
-
isAutoToolReference
public static boolean isAutoToolReference(@NotNull String value)
-
isDefaultToolReference
public static boolean isDefaultToolReference(@NotNull String value)
-
getToolVersionOfType
@Nullable public static String getToolVersionOfType(@NotNull String toolType, @NotNull String value)
-
getReference
@NotNull public String getReference()
-
getDisplayName
@NotNull public String getDisplayName()
-
getNotes
@Nullable public String getNotes()
-
getPropertyName
public String getPropertyName()
-
-