Package io.github.kaposke.http
Interface ArtifactClient
- All Known Implementing Classes:
ArtifactService
public interface ArtifactClient
-
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateArtifactRequest input) getArtifacts(float buildId) getById(float id) remove(float id)
-
Method Details
-
getArtifacts
- Throws:
ApiException
-
create
- Throws:
ApiException
-
getById
- Throws:
ApiException
-
remove
- Throws:
ApiException
-