Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ public ServiceCall<TektonPipeline> updateTektonPipeline(UpdateTektonPipelineOpti
}

/**
* Delete Tekton pipeline instance.
* Delete a Tekton pipeline instance.
*
* This request deletes Tekton pipeline instance that is associated with the pipeline toolchain integration.
* This request deletes the Tekton pipeline instance that is associated with the pipeline toolchain integration.
*
* @param deleteTektonPipelineOptions the {@link DeleteTektonPipelineOptions} containing the options for the call
* @return a {@link ServiceCall} with a void result
Expand All @@ -287,7 +287,7 @@ public ServiceCall<Void> deleteTektonPipeline(DeleteTektonPipelineOptions delete
/**
* List pipeline run records.
*
* This request lists pipeline run records, which has data about the runs, such as status, user_info, trigger and
* This request lists pipeline run records, which have data about the runs, such as status, user_info, trigger and
* other information. Default limit is 50.
*
* @param listTektonPipelineRunsOptions the {@link ListTektonPipelineRunsOptions} containing the options for the call
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public String getBranch() {
* Gets the pattern.
*
* The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against
* multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash
* documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of
* multiple tags or branches in the repository. The glob pattern used must conform to Bash 4.3 specifications, see
* bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of
* branch, pattern, or filter should be specified.
*
* @return the pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ public String branch() {
* Gets the pattern.
*
* The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against
* multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash
* documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of
* multiple tags or branches in the repository. The glob pattern used must conform to Bash 4.3 specifications, see
* bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of
* branch, pattern, or filter should be specified.
*
* @return the pattern
Expand Down