Filter: ArtifactLinkFilter

Filter type for ArtifactLink.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDArtifactLinkFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORArtifactLinkFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

bugTrackingUrlString

Checks if bugTrackingUrl equals a specified string, case-sensitively.

If an index exists on bugTrackingUrl, it can be used.

See also like for a case-insensitive filter.

The URL to the bug tracking system for the project.

bugTrackingUrl_containsString

Checks if bugTrackingUrl contains a specified string, case-sensitively.

The URL to the bug tracking system for the project.

bugTrackingUrl_ends_withString

Checks if bugTrackingUrl ends with a specified string, case-sensitively.

The URL to the bug tracking system for the project.

bugTrackingUrl_gtString

Checks if bugTrackingUrl is greater than a specified value.

The URL to the bug tracking system for the project.

bugTrackingUrl_gteString

Checks if bugTrackingUrl is greater or equal a specified value.

The URL to the bug tracking system for the project.

bugTrackingUrl_inString

Checks if bugTrackingUrl is equal to one of the specified values.

The URL to the bug tracking system for the project.

bugTrackingUrl_likeString

Matches bugTrackingUrl against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on bugTrackingUrl, it can be used for the literal prefix (the part until the first placeholder).

The URL to the bug tracking system for the project.

bugTrackingUrl_ltString

Checks if bugTrackingUrl is less than a specified value.

The URL to the bug tracking system for the project.

bugTrackingUrl_lteString

Checks if bugTrackingUrl is less or equal a specified value.

The URL to the bug tracking system for the project.

bugTrackingUrl_notString

Checks if bugTrackingUrl does not equal a specified string, case-sensitively.

The URL to the bug tracking system for the project.

bugTrackingUrl_not_containsString

Checks if bugTrackingUrl does not contain a specified string, case-sensitively.

The URL to the bug tracking system for the project.

bugTrackingUrl_not_ends_withString

Checks if bugTrackingUrl does not end with a specified string, case-sensitively.

The URL to the bug tracking system for the project.

bugTrackingUrl_not_inString

Checks if bugTrackingUrl is not equal to one of the specified values.

The URL to the bug tracking system for the project.

bugTrackingUrl_not_likeString

Checks if bugTrackingUrl does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The URL to the bug tracking system for the project.

bugTrackingUrl_not_starts_withString

Checks if bugTrackingUrl does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL to the bug tracking system for the project.

bugTrackingUrl_starts_withString

Checks if bugTrackingUrl starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL to the bug tracking system for the project.

gitRepoUrlString

Checks if gitRepoUrl equals a specified string, case-sensitively.

If an index exists on gitRepoUrl, it can be used.

See also like for a case-insensitive filter.

The URL to the source code repository for the project.

gitRepoUrl_containsString

Checks if gitRepoUrl contains a specified string, case-sensitively.

The URL to the source code repository for the project.

gitRepoUrl_ends_withString

Checks if gitRepoUrl ends with a specified string, case-sensitively.

The URL to the source code repository for the project.

gitRepoUrl_gtString

Checks if gitRepoUrl is greater than a specified value.

The URL to the source code repository for the project.

gitRepoUrl_gteString

Checks if gitRepoUrl is greater or equal a specified value.

The URL to the source code repository for the project.

gitRepoUrl_inString

Checks if gitRepoUrl is equal to one of the specified values.

The URL to the source code repository for the project.

gitRepoUrl_likeString

Matches gitRepoUrl against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on gitRepoUrl, it can be used for the literal prefix (the part until the first placeholder).

The URL to the source code repository for the project.

gitRepoUrl_ltString

Checks if gitRepoUrl is less than a specified value.

The URL to the source code repository for the project.

gitRepoUrl_lteString

Checks if gitRepoUrl is less or equal a specified value.

The URL to the source code repository for the project.

gitRepoUrl_notString

Checks if gitRepoUrl does not equal a specified string, case-sensitively.

The URL to the source code repository for the project.

gitRepoUrl_not_containsString

Checks if gitRepoUrl does not contain a specified string, case-sensitively.

The URL to the source code repository for the project.

gitRepoUrl_not_ends_withString

Checks if gitRepoUrl does not end with a specified string, case-sensitively.

The URL to the source code repository for the project.

gitRepoUrl_not_inString

Checks if gitRepoUrl is not equal to one of the specified values.

The URL to the source code repository for the project.

gitRepoUrl_not_likeString

Checks if gitRepoUrl does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The URL to the source code repository for the project.

gitRepoUrl_not_starts_withString

Checks if gitRepoUrl does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL to the source code repository for the project.

gitRepoUrl_starts_withString

Checks if gitRepoUrl starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL to the source code repository for the project.

packageManagerPageUrlString

Checks if packageManagerPageUrl equals a specified string, case-sensitively.

If an index exists on packageManagerPageUrl, it can be used.

See also like for a case-insensitive filter.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_containsString

Checks if packageManagerPageUrl contains a specified string, case-sensitively.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_ends_withString

Checks if packageManagerPageUrl ends with a specified string, case-sensitively.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_gtString

Checks if packageManagerPageUrl is greater than a specified value.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_gteString

Checks if packageManagerPageUrl is greater or equal a specified value.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_inString

Checks if packageManagerPageUrl is equal to one of the specified values.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_likeString

Matches packageManagerPageUrl against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on packageManagerPageUrl, it can be used for the literal prefix (the part until the first placeholder).

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_ltString

Checks if packageManagerPageUrl is less than a specified value.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_lteString

Checks if packageManagerPageUrl is less or equal a specified value.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_notString

Checks if packageManagerPageUrl does not equal a specified string, case-sensitively.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_not_containsString

Checks if packageManagerPageUrl does not contain a specified string, case-sensitively.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_not_ends_withString

Checks if packageManagerPageUrl does not end with a specified string, case-sensitively.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_not_inString

Checks if packageManagerPageUrl is not equal to one of the specified values.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_not_likeString

Checks if packageManagerPageUrl does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_not_starts_withString

Checks if packageManagerPageUrl does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL to the package manager instance where the artifact is hosted.

packageManagerPageUrl_starts_withString

Checks if packageManagerPageUrl starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL to the package manager instance where the artifact is hosted.

projectHomepageUrlString

Checks if projectHomepageUrl equals a specified string, case-sensitively.

If an index exists on projectHomepageUrl, it can be used.

See also like for a case-insensitive filter.

The URL to the homepage of the project.

projectHomepageUrl_containsString

Checks if projectHomepageUrl contains a specified string, case-sensitively.

The URL to the homepage of the project.

projectHomepageUrl_ends_withString

Checks if projectHomepageUrl ends with a specified string, case-sensitively.

The URL to the homepage of the project.

projectHomepageUrl_gtString

Checks if projectHomepageUrl is greater than a specified value.

The URL to the homepage of the project.

projectHomepageUrl_gteString

Checks if projectHomepageUrl is greater or equal a specified value.

The URL to the homepage of the project.

projectHomepageUrl_inString

Checks if projectHomepageUrl is equal to one of the specified values.

The URL to the homepage of the project.

projectHomepageUrl_likeString

Matches projectHomepageUrl against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on projectHomepageUrl, it can be used for the literal prefix (the part until the first placeholder).

The URL to the homepage of the project.

projectHomepageUrl_ltString

Checks if projectHomepageUrl is less than a specified value.

The URL to the homepage of the project.

projectHomepageUrl_lteString

Checks if projectHomepageUrl is less or equal a specified value.

The URL to the homepage of the project.

projectHomepageUrl_notString

Checks if projectHomepageUrl does not equal a specified string, case-sensitively.

The URL to the homepage of the project.

projectHomepageUrl_not_containsString

Checks if projectHomepageUrl does not contain a specified string, case-sensitively.

The URL to the homepage of the project.

projectHomepageUrl_not_ends_withString

Checks if projectHomepageUrl does not end with a specified string, case-sensitively.

The URL to the homepage of the project.

projectHomepageUrl_not_inString

Checks if projectHomepageUrl is not equal to one of the specified values.

The URL to the homepage of the project.

projectHomepageUrl_not_likeString

Checks if projectHomepageUrl does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The URL to the homepage of the project.

projectHomepageUrl_not_starts_withString

Checks if projectHomepageUrl does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL to the homepage of the project.

projectHomepageUrl_starts_withString

Checks if projectHomepageUrl starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL to the homepage of the project.


This page was generated: 2024-05-17