Class GitStatus.MessageResponseContributor

java.lang.Object
hudson.plugins.git.GitStatus.ResponseContributor
hudson.plugins.git.GitStatus.MessageResponseContributor
Enclosing class:
GitStatus

public static class GitStatus.MessageResponseContributor extends GitStatus.ResponseContributor
A response contributor that just adds a simple message to the body.
Since:
1.4.1
  • Constructor Details

    • MessageResponseContributor

      public MessageResponseContributor(String msg)
      Constructor.
      Parameters:
      msg - the message.
  • Method Details