Uses of Class
jetbrains.buildServer.vcs.InvalidBranchSpecException
-
-
Uses of InvalidBranchSpecException in jetbrains
Methods in jetbrains that throw InvalidBranchSpecException Modifier and Type Method Description BranchFilterMockBuildType. getBuildTypeBranchFilterUnsafe() -
Uses of InvalidBranchSpecException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw InvalidBranchSpecException Modifier and Type Method Description BranchFilterBuildTypeEx. getBuildTypeBranchFilterUnsafe()Same asSBuildType.getBuildTypeBranchFilter()but throws an exception if the branch filter is incorrectBranchFilterBuildTypeSettingsEx. getBuildTypeBranchFilterUnsafe(ValueResolver valueResolver)Same asBuildTypeSettingsEx.getBuildTypeBranchFilter(ValueResolver)but throws an exception if the filter is incorrect -
Uses of InvalidBranchSpecException in jetbrains.buildServer.serverSide.healthStatus.reports
Methods in jetbrains.buildServer.serverSide.healthStatus.reports that return InvalidBranchSpecException Modifier and Type Method Description InvalidBranchSpecExceptionBranchFilterHealthReportBase.BranchFilterEntry. getException()Constructors in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type InvalidBranchSpecException Constructor Description BranchFilterEntry(String filterStr, BranchFilter branchFilter, InvalidBranchSpecException e) -
Uses of InvalidBranchSpecException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw InvalidBranchSpecException Modifier and Type Method Description BranchFilterBuildTypeImpl. getBuildTypeBranchFilterUnsafe()BranchFilterBuildTypeSettingsImpl. getBuildTypeBranchFilterUnsafe(ValueResolver valueResolver)BranchFilterDummyBuildType. getBuildTypeBranchFilterUnsafe()BranchFilterEditableBuildTypeCopy. getBuildTypeBranchFilterUnsafe()BranchFilterInaccessibleTemplate. getBuildTypeBranchFilterUnsafe(ValueResolver valueResolver)BranchFilterRemoteBuildTypeImpl. getBuildTypeBranchFilterUnsafe() -
Uses of InvalidBranchSpecException in jetbrains.buildServer.vcs.spec
Methods in jetbrains.buildServer.vcs.spec that throw InvalidBranchSpecException Modifier and Type Method Description BranchFilterBranchSpecs. createFilter(String filterSpec)BranchFilterBranchSpecs. createFilter(String filterSpec, boolean filterAttributes, BranchSpecParserSettings settings)BranchFilterBranchSpecs. createFilter(String filterSpec, BranchSpecParserSettings settings)BranchFilterBranchSpecsImpl. createFilter(String filterSpec)BranchFilterBranchSpecsImpl. createFilter(String filterSpec, BranchSpecParserSettings settings)BranchSpecBranchSpecs. parse(String spec)BranchSpecBranchSpecsImpl. parse(String spec)static voidBranchSpecParser. validate(String spec, boolean extendedSyntax, BranchAttributesFilterManager branchAttributesFilterManager)voidBranchSpecs. validate(String spec)voidBranchSpecs. validate(String spec, boolean extendedSyntax)voidBranchSpecs. validate(String spec, boolean extendedSyntax, boolean attributesFilterAllowed)voidBranchSpecsImpl. validate(String spec)voidBranchSpecsImpl. validate(String spec, boolean extendedSyntax)voidBranchSpecsImpl. validate(String spec, boolean extendedSyntax, boolean attributesFilterAllowed)static voidPatternBranchSpec. validate(String spec)static voidPatternBranchSpec. validate(String spec, boolean extendedSyntax)Constructors in jetbrains.buildServer.vcs.spec that throw InvalidBranchSpecException Constructor Description BranchFilterImpl(String filterSpec, BranchAttributesFilterManager attributesFilterManager)BranchFilterImpl(String filterSpec, BranchSpecParserSettings settings, BranchAttributesFilterManager attributesFilterManager)BranchSpecParser(String spec, boolean extendedSyntax, BranchAttributesFilterManager attributesFilterManager)BranchSpecParser(String spec, BranchSpecParserSettings settings, BranchAttributesFilterManager attributesFilterManager)PatternBranchSpec(String spec)
-