java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.GHDeploymentTest
The Class GHDeploymentTest.
- Author:
- Martin van Zijl
-
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 TypeMethodDescriptionprotected GHRepository
Gets the repository.void
Test get deployment by id object payload.void
Test get deployment by id string payload.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
-
GHDeploymentTest
public GHDeploymentTest()Create default GHDeploymentTest instance
-
-
Method Details
-
testGetDeploymentByIdStringPayload
Test get deployment by id string payload.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testGetDeploymentByIdObjectPayload
Test get deployment by id object payload.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
getRepository
Gets the repository.- Returns:
- the repository
- Throws:
IOException
- Signals that an I/O exception has occurred.
-