Uses of Class
jetbrains.buildServer.vcs.InvalidBranchSpecException
-
-
Uses of InvalidBranchSpecException in jetbrains
Methods in jetbrains that throw InvalidBranchSpecException Modifier and Type Method Description BranchFilter
MockBuildType. getBuildTypeBranchFilterUnsafe()
-
Uses of InvalidBranchSpecException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw InvalidBranchSpecException Modifier and Type Method Description BranchFilter
BuildTypeEx. getBuildTypeBranchFilterUnsafe()
Same asSBuildType.getBuildTypeBranchFilter()
but throws an exception if the branch filter is incorrectBranchFilter
BuildTypeSettingsEx. 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 InvalidBranchSpecException
BranchFilterHealthReportBase.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 BranchFilter
BuildTypeImpl. getBuildTypeBranchFilterUnsafe()
BranchFilter
BuildTypeSettingsImpl. getBuildTypeBranchFilterUnsafe(ValueResolver valueResolver)
BranchFilter
DummyBuildType. getBuildTypeBranchFilterUnsafe()
BranchFilter
EditableBuildTypeCopy. getBuildTypeBranchFilterUnsafe()
BranchFilter
InaccessibleTemplate. getBuildTypeBranchFilterUnsafe(ValueResolver valueResolver)
BranchFilter
RemoteBuildTypeImpl. getBuildTypeBranchFilterUnsafe()
-
Uses of InvalidBranchSpecException in jetbrains.buildServer.vcs.spec
Methods in jetbrains.buildServer.vcs.spec that throw InvalidBranchSpecException Modifier and Type Method Description BranchFilter
BranchSpecs. createFilter(String filterSpec)
BranchFilter
BranchSpecs. createFilter(String filterSpec, boolean filterAttributes, BranchSpecParserSettings settings)
BranchFilter
BranchSpecs. createFilter(String filterSpec, BranchSpecParserSettings settings)
BranchFilter
BranchSpecsImpl. createFilter(String filterSpec)
BranchFilter
BranchSpecsImpl. createFilter(String filterSpec, BranchSpecParserSettings settings)
BranchSpec
BranchSpecs. parse(String spec)
BranchSpec
BranchSpecsImpl. parse(String spec)
static void
BranchSpecParser. validate(String spec, boolean extendedSyntax, BranchAttributesFilterManager branchAttributesFilterManager)
void
BranchSpecs. validate(String spec)
void
BranchSpecs. validate(String spec, boolean extendedSyntax)
void
BranchSpecs. validate(String spec, boolean extendedSyntax, boolean attributesFilterAllowed)
void
BranchSpecsImpl. validate(String spec)
void
BranchSpecsImpl. validate(String spec, boolean extendedSyntax)
void
BranchSpecsImpl. validate(String spec, boolean extendedSyntax, boolean attributesFilterAllowed)
static void
PatternBranchSpec. validate(String spec)
static void
PatternBranchSpec. 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)
-