Package jetbrains.buildServer.vcs
Class VcsRootUsedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.vcs.VcsRootUsedException
-
- All Implemented Interfaces:
Serializable
public class VcsRootUsedException extends RuntimeException
Thrown if VCS root cannot be removed because it is used by one or more build configurations or templates- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VcsRootUsedException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addBuildTypesUsages(Set<String> buildTypeIds)
void
addTemplatesUsages(Set<String> templatesIds)
Set<String>
getBuildTypesUsages()
Set<String>
getTemplatesUsages()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-