Skip to content

Commit

Permalink
Remove Youtube API and add custom API
Browse files Browse the repository at this point in the history
  • Loading branch information
sanethd committed Jun 5, 2015
1 parent fe9e50e commit 47970b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public boolean uploadWarFile(String filePath) throws RemoteException, MalformedU
* @param webAppType - Type of the WebApp.
* @param webAppState - State of the WebApp.
* @param pageNo - Page no of the results.
* @return WebappsWrapper - WebappsWrapper object that contains the Summary of filtered WebApps
* @throws RemoteException - Exception occurs when retrieving the WebAppSummary from the WebappAdminStub
*/
public WebappsWrapper getPagedWebAppsSummary(String searchString, String webAppType, String webAppState, int pageNo)
Expand Down Expand Up @@ -114,7 +113,6 @@ public List<String> getWebAppList(String webAppNameSearchString) throws RemoteEx
* @param searchString - Search string for get the WebAPP summary.
* @param webAppType - Type of the WebApp.
* @param pageNo - State of the WebApp.
* @return WebappsWrapper - WebappsWrapper object that contains the Summary of filtered WebApps
* @throws RemoteException - Exception occurs when retrieving the WebAppSummary from the WebappAdminStub
*/
public WebappsWrapper getPagedFaultyWebAppsSummary(String searchString, String webAppType, int pageNo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public class WebAppDeploymentUtil {
* @param sessionCookie - valid session cookie of the server where the web app is host.
* @param webAppFileName - File name of the web app that want to check for the deployment.
* @return boolean - if WebAPp is get deployed withing 90 seconds or else return false.
* @throws APIManagerIntegrationTestException
* @throws APIManagerIntegrationTestException - Exception throws when creating WebAppAdminClient object and calling
* methods of WebAppAdminClient class.
*/
public static boolean isWebApplicationDeployed(String backEndUrl, String sessionCookie, String webAppFileName)
throws APIManagerIntegrationTestException {
Expand Down

0 comments on commit 47970b2

Please sign in to comment.