public class TestWebHookResponse extends BaseJiraFuncTest
| Modifier and Type | Field and Description |
|---|---|
WebHookTester |
webHooks |
assertions, backdoor, environmentData, initClass, navigation, tester, testRule| Constructor and Description |
|---|
TestWebHookResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUpTest() |
void |
testDisabledWebHookNotPublishAfterEdit() |
void |
testEventNotSentAfterRemovingWebHook() |
void |
testExcludeIssueBodyInResponse() |
void |
testFiltering() |
void |
testFilteringOut() |
void |
testRemoteNotificationOnCommentIssueEvent() |
void |
testVersionUnreleasedWebHookFires() |
void |
testVersionWebhookFires() |
void |
testWebHookDisabling() |
void |
testWebHookWithWhiteSpaceInUrl() |
void |
testWithIssueDeletedEvent() |
void |
testWithIssueDeletedEventAndJqlFilteringWithMatch() |
void |
testWithIssueDeletedEventAndJqlFilteringWithoutMatch() |
getAssertions, getBackdoor, getEnvironmentData, getTesterpublic WebHookTester webHooks
public void setUpTest()
public void testRemoteNotificationOnCommentIssueEvent()
throws IOException,
InterruptedException,
org.json.JSONException
IOExceptionInterruptedExceptionorg.json.JSONExceptionpublic void testEventNotSentAfterRemovingWebHook()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testFilteringOut()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testFiltering()
throws InterruptedException,
org.json.JSONException
InterruptedExceptionorg.json.JSONExceptionpublic void testWebHookDisabling()
throws IOException,
InterruptedException,
org.json.JSONException
IOExceptionInterruptedExceptionorg.json.JSONExceptionpublic void testDisabledWebHookNotPublishAfterEdit()
throws IOException,
InterruptedException,
org.json.JSONException
IOExceptionInterruptedExceptionorg.json.JSONExceptionpublic void testExcludeIssueBodyInResponse()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testWithIssueDeletedEvent()
throws IOException,
InterruptedException,
org.json.JSONException
IOExceptionInterruptedExceptionorg.json.JSONExceptionpublic void testWithIssueDeletedEventAndJqlFilteringWithMatch()
throws IOException,
InterruptedException,
org.json.JSONException
IOExceptionInterruptedExceptionorg.json.JSONExceptionpublic void testWithIssueDeletedEventAndJqlFilteringWithoutMatch()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testWebHookWithWhiteSpaceInUrl()
throws InterruptedException,
org.json.JSONException
InterruptedExceptionorg.json.JSONExceptionCopyright © 2002-2017 Atlassian. All Rights Reserved.