You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param status the CommitSatus instance hoilding the optional parms: ref, name, target_url, description, and coverage
591
592
* @return a CommitStatus instance with the updated info
592
593
* @throws GitLabApiException GitLabApiException if any exception occurs during execution
594
+
* @deprecated use {@link #addCommitStatus(Object, String, org.gitlab4j.api.Constants.CommitBuildState, CommitStatus)} and set the pipelineId value in the {@link CommitStatus} parameter
thrownewIllegalArgumentException("The parameter 'pipelineId' and the pipelineId value the 'status' parameter are different. Set the two values to be the same or one of the two values to null.");
0 commit comments