Uses of Class
org.eclipse.mylar.tasks.core.RepositoryOperation

Packages that use RepositoryOperation
org.eclipse.mylar.tasks.core   
 

Uses of RepositoryOperation in org.eclipse.mylar.tasks.core
 

Fields in org.eclipse.mylar.tasks.core declared as RepositoryOperation
protected  RepositoryOperation RepositoryTaskData.selectedOperation
          The operation that was selected to do to the bug
 

Fields in org.eclipse.mylar.tasks.core with type parameters of type RepositoryOperation
protected  java.util.List<RepositoryOperation> RepositoryTaskData.repositoryOperations
          The repositoryOperations that can be done on the report
 

Methods in org.eclipse.mylar.tasks.core that return RepositoryOperation
 RepositoryOperation RepositoryTaskData.getOperation(java.lang.String displayText)
          Get an operation from the bug based on its display name
 RepositoryOperation RepositoryTaskData.getSelectedOperation()
           
 

Methods in org.eclipse.mylar.tasks.core that return types with arguments of type RepositoryOperation
 java.util.List<RepositoryOperation> RepositoryTaskData.getOperations()
          Get all of the repositoryOperations that can be done to the bug
 

Methods in org.eclipse.mylar.tasks.core with parameters of type RepositoryOperation
 void RepositoryTaskData.addOperation(RepositoryOperation o)
          Add an operation to the bug
 void RepositoryTaskData.setSelectedOperation(RepositoryOperation o)