Noted , created a Jira[1] to change this for 3.8.0 Thanks and Regards /Jasintha
[1] - TOOLS-2951 - Build info API has been changed <https://wso2.org/jira/browse/TOOLS-2951> On Fri, Jul 3, 2015 at 8:23 PM, Mahesh Chinthaka <[email protected]> wrote: > Hi Dev Studio team, > > Please note that *buildinfobyappid *is no longer used by appfactory. > instead of that you can use *getBuildAndRepoDataForVersion* in same jagg > file. > > Please raise if you have any concerns. > > Thanks > > On Wed, Apr 29, 2015 at 10:13 AM, Jasintha Dasanayake <[email protected]> > wrote: > >> Hi Dimuthu /Manisha >> >> FYI, following is the list of API calls are used by Developer Studio App >> Factory tools. >> >> *List of Jag files* >> >> - /appmgt/site/blocks/application/get/ajax/list.jag >> - /appmgt/site/blocks/user/login/ajax/login.jag >> - /appmgt/site/blocks/build/list/ajax/list.jag >> - /appmgt/site/blocks/build/get/ajax/get.jag >> - /appmgt/site/blocks/buildandrepo/list/ajax/list.jag >> - /appmgt/site/blocks/lifecycle/add/ajax/add.jag >> - /appmgt/site/blocks/application/users/get/ajax/list.jag >> - /appmgt/site/blocks/rssmanager/add/ajax/add.jag >> - /appmgt/site/blocks/resources/datasource/get/ajax/list.jag >> - /appmgt/site/blocks/buildandrepo/list/ajax/list.jag >> >> >> *List of Actions* >> >> - getApplicationsOfUser >> - getAppVersionsInStage >> - buildinfobyappid >> - getBuildLogsUrl >> - getbuildandrepodata >> - getbuildandrepodataforkedrepo >> - createArtifact >> - getUsersOfApplication >> - getDbUserTemplateInfoForStages >> - getDataSourceInfoUrl >> >> Thanks and Regards >> /Jasintha >> >> On Wed, Apr 29, 2015 at 9:34 AM, Manisha Gayathri <[email protected]> >> wrote: >> >>> >>> >>> On Wed, Apr 29, 2015 at 5:24 AM, Dimuthu Leelarathne <[email protected]> >>> wrote: >>> >>>> Hi all, >>>> >>>> Could we have a list of methods used by the dev studio? >>>> >>>> Please note the following methods are proposed to be removed from the >>>> code. >>>> >>> >>> >>> When I checked the code, found that only below actions are being used in >>> DevS according to >>> org.wso2.developerstudio.appfactory.core.jag.api.JagApiProperties class >>> >>> public static final String USER_APP_LIST__ACTION = >>> "getApplicationsOfUser"; >>> public static final String App_NIFO_ACTION = "getAppVersionsInStage"; >>> public static final String App_BUILD_NUMBER_ACTION = "buildinfobyappid"; >>> public static final String App_BUILD_URL_ACTIONL = "getBuildLogsUrl"; >>> public static final String App_BUILD_INFO_ACTION ="getbuildandrepodata"; >>> public static final String FORKED_REPO_INFO_ACTION = >>> "getbuildandrepodataforkedrepo"; >>> public static final String App_BUILD_ACTION ="createArtifact"; >>> public static final String App_USERS_ROLES_ACTION >>> ="getUsersOfApplication"; >>> public static final String App_DB_INFO_ACTION = >>> "getDbUserTemplateInfoForStages"; >>> public static final String App_DS_INFO_ACTION = "getDatasources"; >>> >>> Only 2 out of the following list in used in DevS. >>> >>>> >>>> checkSystemStatus >>>> >>>> newKey >>>> >>>> getUniqueAppVersions >>>> >>>> initAppVersion >>>> >>>> containsApplication >>>> >>>> getAppCountInStage >>>> >>>> getApplicationsOfUser - this is used in devS >>>> >>>> getAllAppVersionsInStage >>>> >>>> getAppVersionsInStage - this is used in devS >>>> >>>> getAllAppVersionsInStages >>>> >>>> getAppVersionsInStagesWithMetaData >>>> >>>> getMetaDataForAppVersion >>>> >>>> getRetiredVersions >>>> >>>> getLatestBuildSuccessInfo >>>> >>>> getBuildableStages >>>> >>>> >>>> thanks, >>>> >>>> dimuthu >>>> >>>> >>>> >>>> -- >>>> Dimuthu Leelarathne >>>> Architect & Product Lead of App Factory >>>> >>>> WSO2, Inc. (http://wso2.com) >>>> email: [email protected] >>>> Mobile : 0773661935 >>>> >>>> Lean . Enterprise . Middleware >>>> >>> >>> >>> >>> -- >>> ~Regards >>> *Manisha Eleperuma* >>> Senior Software Engineer >>> WSO2, Inc.: http://wso2.com >>> lean.enterprise.middleware >>> >>> *blog: http://manisha-eleperuma.blogspot.com/ >>> <http://manisha-eleperuma.blogspot.com/>* >>> *mobile: +94 71 8279777 <%2B94%2071%208279777>* >>> >>> >> >> >> -- >> >> *Jasintha Dasanayake* >> >> *Senior Software EngineerWSO2 Inc. | http://wso2.com >> <http://wso2.com/>lean . enterprise . middleware* >> >> >> *mobile :- 0711368118 <0711368118>* >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Mahesh Chinthaka Vidanagama* | Software Engineer > WSO2, Inc | lean. enterprise. middleware. > #20, Palm Grove, Colombo 03, Sri Lanka > Mobile: +94 71 63 63 083 | Work: +94 112 145 345 > Email: [email protected] | Web: www.wso2.com > -- *Jasintha Dasanayake* *Senior Software EngineerWSO2 Inc. | http://wso2.com <http://wso2.com/>lean . enterprise . middleware* *mobile :- 0711368118*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
