| Package | Description |
|---|---|
| com.exsoloscript.challonge.gson | |
| com.exsoloscript.challonge.handler.call | |
| com.exsoloscript.challonge.handler.retrofit |
| Modifier and Type | Method and Description |
|---|---|
Tournament |
TournamentAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<Tournament> |
TournamentHandler.abortCheckIn(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<Tournament> |
TournamentHandler.createTournament(TournamentQuery tournament) |
ChallongeApiCall<Tournament> |
TournamentHandler.deleteTournament(String name) |
ChallongeApiCall<Tournament> |
TournamentHandler.finalizeTournament(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<Tournament> |
TournamentHandler.getTournament(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<List<Tournament>> |
TournamentHandler.getTournaments() |
ChallongeApiCall<List<Tournament>> |
TournamentHandler.getTournaments(TournamentQueryState state,
TournamentType type,
String createdAfter,
String createdBefore,
String subdomain) |
ChallongeApiCall<Tournament> |
TournamentHandler.processCheckIns(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<Tournament> |
TournamentHandler.resetTournament(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<Tournament> |
TournamentHandler.startTournament(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<Tournament> |
TournamentHandler.updateTournament(String name,
TournamentQuery tournament) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Tournament> |
RetrofitTournamentHandler.abortCheckIn(String tournament,
int includeParticipants,
int includeMatches)
When your tournament is in a 'checking_in' or 'checked_in' state,
there's no way to edit the tournament's start time (start_at) or check-in duration (check_in_duration).
|
retrofit2.Call<Tournament> |
RetrofitTournamentHandler.createTournament(TournamentQuery tournamentData)
Create a new tournament.
|
retrofit2.Call<Tournament> |
RetrofitTournamentHandler.deleteTournament(String tournament)
Deletes a tournament along with all its associated records.
|
retrofit2.Call<Tournament> |
RetrofitTournamentHandler.finalizeTournament(String tournament,
int includeParticipants,
int includeMatches)
Finalize a tournament that has had all match scores submitted, rendering its results permanent.
|
retrofit2.Call<Tournament> |
RetrofitTournamentHandler.getTournament(String tournament,
int includeParticipants,
int includeMatches)
Retrieve a single tournament record created with your account.
|
retrofit2.Call<List<Tournament>> |
RetrofitTournamentHandler.getTournaments(TournamentQueryState state,
TournamentType type,
String createdAfter,
String createdBefore,
String subdomain)
Retrieve a set of tournaments created with your account.
|
retrofit2.Call<Tournament> |
RetrofitTournamentHandler.processCheckIns(String tournament,
int includeParticipants,
int includeMatches)
This should be invoked after a tournament's check-in window closes before the tournament is started.
|
retrofit2.Call<Tournament> |
RetrofitTournamentHandler.resetTournament(String tournament,
int includeParticipants,
int includeMatches)
Reset a tournament, clearing all of its scores and attachments.
|
retrofit2.Call<Tournament> |
RetrofitTournamentHandler.startTournament(String tournament,
int includeParticipants,
int includeMatches)
Start a tournament, opening up first round matches for score reporting.
|
retrofit2.Call<Tournament> |
RetrofitTournamentHandler.updateTournament(String tournament,
TournamentQuery tournamentData)
Update a tournament's attributes.
|
Copyright © 2016. All rights reserved.