Module: RallyAPI

Defined in:
lib/rally_api/version.rb,
lib/rally_api.rb,
lib/rally_api/rally_query.rb,
lib/rally_api/rally_object.rb,
lib/rally_api/rally_rest_json.rb,
lib/rally_api/rally_collection.rb,
lib/rally_api/custom_http_header.rb,
lib/rally_api/lookback_api_query.rb,
lib/rally_api/rally_query_result.rb,
lib/rally_api/rally_json_connection.rb

Overview

:stopdoc: Copyright © 2002-2012 Rally Software Development Corp. All Rights Reserved. Your use of this Software is governed by the terms and conditions of the applicable Subscription Agreement between your company and Rally Software Development Corp. :startdoc:

Defined Under Namespace

Classes: CustomHttpHeader, LookbackAPIQuery, RallyCollection, RallyJsonConnection, RallyObject, RallyQuery, RallyQueryResult, RallyRestJson

Constant Summary collapse

VERSION =
"1.1.2"
RALLY_REF_FIELDS =

– This constant is here as a trade off of speed vs completeness- right now speed wins because it is so expensive to query typedef and read all attributes for “OBJECT” or “COLLECTION” types. ++

{ "Subscription" => :subscription, "Workspace" => :workspace, "Project" => :project,
"Iteration" => :iteration, "Release" => :release, "WorkProduct" => :artifact,
"Requirement" => :hierarchicalrequirement, "Owner" => :user, "Tester" => :user,
"RevisionHistory" => :revisionhistory, "Revision" => :revision, "Revisions" => :revision,
"Blocker" => :artifact, "SubmittedBy" => :user, "TestCaseResult" => :testcaseresult,
"TestSet" => :testset, "Parent" => :hierarchicalrequirement, "TestFolder"=> :testfolder,
"PortfolioItemType" => :type }