Uses of Class
org.redmine.ta.beans.Version

Packages that use Version
org.redmine.ta Use RedmineManager class from this package to communicate with Redmine servers. 
org.redmine.ta.beans Redmine objects (Task, Project, User, Tracker, ...). 
 

Uses of Version in org.redmine.ta
 

Methods in org.redmine.ta that return Version
 Version RedmineManager.createVersion(Version version)
          creates a new Version for the Project contained.
 Version RedmineManager.getVersionById(int versionId)
           
 

Methods in org.redmine.ta that return types with arguments of type Version
 List<Version> RedmineManager.getVersions(int projectID)
          delivers a list of Versions of a Project
 

Methods in org.redmine.ta with parameters of type Version
 Version RedmineManager.createVersion(Version version)
          creates a new Version for the Project contained.
 void RedmineManager.deleteVersion(Version version)
          deletes a new Version from the Project contained.
 

Uses of Version in org.redmine.ta.beans
 

Methods in org.redmine.ta.beans that return Version
 Version Issue.getTargetVersion()
           
 

Methods in org.redmine.ta.beans with parameters of type Version
 void Issue.setTargetVersion(Version version)
           
 



Copyright © 2012. All Rights Reserved.