public class GitHubNotificationRequest extends Object
Modifier and Type | Method and Description |
---|---|
static GitHubNotificationRequest |
build(String context,
String url,
String message,
org.kohsuke.github.GHCommitState state,
boolean ignoreError) |
boolean |
equals(Object o) |
String |
getContext()
Returns the context label to be used for a notification
|
String |
getMessage()
Returns the message for a notification
|
org.kohsuke.github.GHCommitState |
getState()
Returns the commit state of a notification
|
String |
getUrl()
Returns the URL to be supplied with a notification
|
int |
hashCode() |
boolean |
isIgnoreError()
Returns whether the notification processor should ignore errors when interacting with GitHub
|
String |
toString() |
public static GitHubNotificationRequest build(String context, String url, String message, org.kohsuke.github.GHCommitState state, boolean ignoreError)
public String getContext()
public String getUrl()
public String getMessage()
public org.kohsuke.github.GHCommitState getState()
public boolean isIgnoreError()
Copyright © 2016–2020. All rights reserved.