This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
300 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
prebuilt-tasks/src/main/java/com/redhat/parodos/infrastructure/ProjectRequester.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package com.redhat.parodos.infrastructure; | ||
|
||
import java.util.UUID; | ||
|
||
import com.redhat.parodos.sdk.invoker.ApiException; | ||
import com.redhat.parodos.sdk.model.AccessRequestDTO; | ||
import com.redhat.parodos.sdk.model.AccessResponseDTO; | ||
import com.redhat.parodos.sdk.model.AccessStatusResponseDTO; | ||
|
||
public interface ProjectRequester { | ||
|
||
String getBasePath(); | ||
|
||
AccessResponseDTO createAccess(UUID id, AccessRequestDTO accessRequestDTO) throws ApiException; | ||
|
||
AccessStatusResponseDTO getAccessStatus(UUID id) throws ApiException; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
prebuilt-tasks/src/main/java/com/redhat/parodos/tasks/project/dto/MessageRequest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.