Uses of Class
jetbrains.buildServer.ideaSettings.IdeaSettings.ProjectType
-
Packages that use IdeaSettings.ProjectType Package Description jetbrains.buildServer.ideaSettings -
-
Uses of IdeaSettings.ProjectType in jetbrains.buildServer.ideaSettings
Methods in jetbrains.buildServer.ideaSettings that return IdeaSettings.ProjectType Modifier and Type Method Description IdeaSettings.ProjectType
IdeaSettings. getProjectType()
static IdeaSettings.ProjectType
IdeaSettings. getProjectType(String path)
static IdeaSettings.ProjectType
IdeaSettings. getProjectTypeSimple(String path)
static IdeaSettings.ProjectType
IdeaSettings.ProjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IdeaSettings.ProjectType[]
IdeaSettings.ProjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-