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, getTester
public WebHookTester webHooks
public void setUpTest()
public void testRemoteNotificationOnCommentIssueEvent() throws IOException, InterruptedException, org.json.JSONException
IOException
InterruptedException
org.json.JSONException
public void testEventNotSentAfterRemovingWebHook() throws IOException, InterruptedException
IOException
InterruptedException
public void testFilteringOut() throws IOException, InterruptedException
IOException
InterruptedException
public void testFiltering() throws InterruptedException, org.json.JSONException
InterruptedException
org.json.JSONException
public void testWebHookDisabling() throws IOException, InterruptedException, org.json.JSONException
IOException
InterruptedException
org.json.JSONException
public void testDisabledWebHookNotPublishAfterEdit() throws IOException, InterruptedException, org.json.JSONException
IOException
InterruptedException
org.json.JSONException
public void testExcludeIssueBodyInResponse() throws IOException, InterruptedException
IOException
InterruptedException
public void testWithIssueDeletedEvent() throws IOException, InterruptedException, org.json.JSONException
IOException
InterruptedException
org.json.JSONException
public void testWithIssueDeletedEventAndJqlFilteringWithMatch() throws IOException, InterruptedException, org.json.JSONException
IOException
InterruptedException
org.json.JSONException
public void testWithIssueDeletedEventAndJqlFilteringWithoutMatch() throws IOException, InterruptedException
IOException
InterruptedException
public void testWebHookWithWhiteSpaceInUrl() throws InterruptedException, org.json.JSONException
InterruptedException
org.json.JSONException
Copyright © 2002-2023 Atlassian. All Rights Reserved.