private ListQuickstartsRequest() throws OpenShiftException {
super("LIST_QUICKSTARTS");
}
protected List<QuickstartDTO> execute() throws OpenShiftException {
return super.execute(IHttpClient.NO_TIMEOUT, new QuickstartJsonDTOFactory(),
Collections.<Parameter> emptyList(), Collections.<Parameter> emptyList());
}