You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2016/01/19 21:14:54 UTC

airavata git commit: Adding API method descriptions to App Catalog Airavata Thrift APIs

Repository: airavata
Updated Branches:
  refs/heads/develop f1e16793b -> cda9014f8


Adding API  method descriptions to App Catalog Airavata Thrift APIs


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/cda9014f
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/cda9014f
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/cda9014f

Branch: refs/heads/develop
Commit: cda9014f87c4aa71d5dff2cd035593c5ee120bae
Parents: f1e1679
Author: Eroma Abeysinghe <er...@gmail.com>
Authored: Tue Jan 19 15:14:37 2016 -0500
Committer: Eroma Abeysinghe <er...@gmail.com>
Committed: Tue Jan 19 15:14:37 2016 -0500

----------------------------------------------------------------------
 thrift-interface-descriptions/airavata-apis/airavata_api.thrift | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/cda9014f/thrift-interface-descriptions/airavata-apis/airavata_api.thrift
----------------------------------------------------------------------
diff --git a/thrift-interface-descriptions/airavata-apis/airavata_api.thrift b/thrift-interface-descriptions/airavata-apis/airavata_api.thrift
index 5de721f..521b24b 100644
--- a/thrift-interface-descriptions/airavata-apis/airavata_api.thrift
+++ b/thrift-interface-descriptions/airavata-apis/airavata_api.thrift
@@ -2610,6 +2610,11 @@ service Airavata {
 
   /**
   * Fetch all gateway profiles registered
+  *
+  * @return GatewayResourceProfile
+  *   Returns all the GatewayResourcePrifle list object.
+  *
+  *
   **/
   list<gateway_resource_profile_model.GatewayResourceProfile>
               getAllGatewayResourceProfiles(1: required security_model.AuthzToken authzToken)