Package io.github.kaposke.services
Class ArtifactService
java.lang.Object
io.github.kaposke.services.BaseService
io.github.kaposke.services.ArtifactService
- All Implemented Interfaces:
ArtifactClient
-
Field Summary
Fields inherited from class io.github.kaposke.services.BaseService
httpClient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateArtifactRequest input) getArtifacts(float buildId) getById(float id) remove(float id) Methods inherited from class io.github.kaposke.services.BaseService
execute
-
Constructor Details
-
ArtifactService
public ArtifactService(okhttp3.OkHttpClient httpClient)
-
-
Method Details
-
getArtifacts
- Specified by:
getArtifactsin interfaceArtifactClient- Throws:
ApiException
-
create
- Specified by:
createin interfaceArtifactClient- Throws:
ApiException
-
getById
- Specified by:
getByIdin interfaceArtifactClient- Throws:
ApiException
-
remove
- Specified by:
removein interfaceArtifactClient- Throws:
ApiException
-