Uses of Class
jetbrains.buildServer.ideaSettings.Library
-
Packages that use Library Package Description jetbrains.buildServer.controllers.admin.ipr jetbrains.buildServer.ideaSettings -
-
Uses of Library in jetbrains.buildServer.controllers.admin.ipr
Methods in jetbrains.buildServer.controllers.admin.ipr that return types with arguments of type Library Modifier and Type Method Description Map<String,Library>IprInfo. getLibraries()Methods in jetbrains.buildServer.controllers.admin.ipr with parameters of type Library Modifier and Type Method Description static IprLibraryBeanIprLibraryBean. createFrom(Library library)voidIprLibraryBean. saveTo(Library library) -
Uses of Library in jetbrains.buildServer.ideaSettings
Subclasses of Library in jetbrains.buildServer.ideaSettings Modifier and Type Class Description classAndroidSDKclassIdeaJdkclassJavaSdkclassSdkMethods in jetbrains.buildServer.ideaSettings that return Library Modifier and Type Method Description LibraryIdeaSettings. addGlobalLibrary(String name)LibraryLibrary. initDefaults()LibraryLibrary. resolveParameters(ValueResolver resolver)Methods in jetbrains.buildServer.ideaSettings that return types with arguments of type Library Modifier and Type Method Description Collection<Library>IdeaSettings. getGlobalLibraries()Methods in jetbrains.buildServer.ideaSettings with parameters of type Library Modifier and Type Method Description voidAndroidSDK. saveTo(Library library)voidIdeaJdk. saveTo(Library library)voidJavaSdk. saveTo(Library library)voidLibrary. saveTo(Library library)voidSdk. saveTo(Library library)
-