Package jetbrains.buildServer.pipeline
Class PipelinesGlobalSettings
- java.lang.Object
-
- jetbrains.buildServer.pipeline.PipelinesGlobalSettings
-
public class PipelinesGlobalSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description PipelinesGlobalSettings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisPipelinesEnabled()static booleanisPipelinesEnabledInExclusiveMode()static booleanisProjectsAndBuildTypesEnabled()If true, pipelines are working in exclusive mode, without projects and build types enabled
-
-
-
Method Detail
-
isPipelinesEnabledInExclusiveMode
public static boolean isPipelinesEnabledInExclusiveMode()
-
isPipelinesEnabled
public static boolean isPipelinesEnabled()
-
isProjectsAndBuildTypesEnabled
public static boolean isProjectsAndBuildTypesEnabled()
If true, pipelines are working in exclusive mode, without projects and build types enabled- Returns:
-
-