java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.GHWorkflowRunTest
The Class GHWorkflowRunTest.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kohsuke.github.AbstractGitHubWireMockTest
AbstractGitHubWireMockTest.TemplatingHelper
-
Field Summary
Fields inherited from class org.kohsuke.github.AbstractGitHubWireMockTest
baseFilesClassPath, baseRecordPath, gitHub, mockGitHub, tempGitHubRepositories, templating, useDefaultGitHub
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
Sets the up.void
Test approval.void
Test artifacts.void
Test cancel and rerun.void
Test delete.void
testJobs()
Test jobs.void
testLogs()
Test logs.void
Test manual run and basic information.void
Test search on branch.void
Test search on created and head sha.void
Test start up failure conclusion.Methods inherited from class org.kohsuke.github.AbstractGitHubWireMockTest
assertThat, assertThat, assertThat, cleanupRepository, cleanupTempRepositories, fail, fail, getGitHubBuilder, getNonRecordingGitHub, getTempRepository, getTempRepository, getUser, getUser, getWireMockOptions, kohsuke, requireProxy, snapshotNotAllowed, verifyAuthenticated, wireMockSetup
-
Constructor Details
-
GHWorkflowRunTest
public GHWorkflowRunTest()Create default GHWorkflowRunTest instance
-
-
Method Details
-
setUp
Sets the up.- Throws:
Exception
- the exception
-
testManualRunAndBasicInformation
Test manual run and basic information.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testCancelAndRerun
Test cancel and rerun.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testDelete
Test delete.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testSearchOnBranch
Test search on branch.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testSearchOnCreatedAndHeadSha
Test search on created and head sha.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testLogs
Test logs.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testArtifacts
Test artifacts.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testJobs
Test jobs.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testApproval
Test approval.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testStartupFailureConclusion
Test start up failure conclusion.- Throws:
IOException
- Signals that an I/O exception has occurred.
-