Package io.github.kaposke.services
Class BuildService
java.lang.Object
io.github.kaposke.services.BaseService
io.github.kaposke.services.BuildService
- All Implemented Interfaces:
BuildClient
-
Field Summary
Fields inherited from class io.github.kaposke.services.BaseService
httpClient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildDoc(BuildDocRequest input) buildSdk(CreateSdkBuildRequest input) getBuilds(float apiId) getById(float id) Methods inherited from class io.github.kaposke.services.BaseService
execute
-
Constructor Details
-
BuildService
public BuildService(okhttp3.OkHttpClient httpClient)
-
-
Method Details
-
buildSdk
- Specified by:
buildSdkin interfaceBuildClient- Throws:
ApiException
-
buildDoc
- Specified by:
buildDocin interfaceBuildClient- Throws:
ApiException
-
getBuilds
- Specified by:
getBuildsin interfaceBuildClient- Throws:
ApiException
-
getById
- Specified by:
getByIdin interfaceBuildClient- Throws:
ApiException
-