Package fliesclient :: Package flieslib :: Module projectservice :: Class IterationService
[hide private]
[frames] | no frames]

Class IterationService

source code

Provides services to interact with Project iteration, handle operaions of list, create and retrieve iteration Resources

Instance Methods [hide private]
 
__init__(self, base_url, usrname=None, apikey=None) source code
 
get(self, projectid, iterationid)
Retrieve a specified Iteration Resource on Flies server
source code
 
create(self, projectid, iteration)
Create a Iteration Resource on Flies Server
source code
 
delete(self) source code
Method Details [hide private]

get(self, projectid, iterationid)

source code 

Retrieve a specified Iteration Resource on Flies server

Parameters:
  • projectid - Id of Project Resource
  • iterationid - Id of Iteration Resource
Returns:
Iteration object
Raises:

create(self, projectid, iteration)

source code 

Create a Iteration Resource on Flies Server

Parameters:
  • projectid - Id of Project Resource
  • iteration - Iteration object
Returns:
Success if status of response is 201
Raises: