Skip to content

Commit

Permalink
Fix javadoc failures
Browse files Browse the repository at this point in the history
  • Loading branch information
omehegan committed Feb 16, 2021
1 parent 958eadb commit e71a920
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -40,6 +40,15 @@ public class GitLabMessagePublisher extends MergeRequestNotifier {

/**
* @deprecated use {@link #GitLabMessagePublisher()} with setters to configure an instance of this class.
* @param onlyForFailure Option to only post message on failure
* @param replaceSuccessNote Option to replace message on success
* @param replaceFailureNote Option to replace message on failure
* @param replaceAbortNote Option to replace message on abort
* @param replaceUnstableNote Option to replace message on unstable
* @param successNoteText Text of message for build success
* @param failureNoteText Text of message for build failure
* @param abortNoteText Text of message for build abort
* @param unstableNoteText Text of message for unstable build
*/
@Deprecated
public GitLabMessagePublisher(boolean onlyForFailure, boolean replaceSuccessNote, boolean replaceFailureNote, boolean replaceAbortNote, boolean replaceUnstableNote,
Expand Down

0 comments on commit e71a920

Please sign in to comment.