Uses of Class
org.eclipse.egit.github.core.Label

Packages that use Label
org.eclipse.egit.github.core   
org.eclipse.egit.github.core.service   
org.eclipse.egit.github.core.util   
 

Uses of Label in org.eclipse.egit.github.core
 

Methods in org.eclipse.egit.github.core that return Label
 Label Label.setColor(String color)
           
 Label Label.setName(String name)
           
 Label Label.setUrl(String url)
           
 

Methods in org.eclipse.egit.github.core that return types with arguments of type Label
 List<Label> Issue.getLabels()
           
 

Method parameters in org.eclipse.egit.github.core with type arguments of type Label
 Issue Issue.setLabels(List<Label> labels)
           
 

Uses of Label in org.eclipse.egit.github.core.service
 

Methods in org.eclipse.egit.github.core.service that return Label
 Label LabelService.createLabel(IRepositoryIdProvider repository, Label label)
          Create label
 Label LabelService.createLabel(String user, String repository, Label label)
          Create label
 Label LabelService.editLabel(IRepositoryIdProvider repository, Label label)
          Edit the given label in the given repository
 Label LabelService.getLabel(IRepositoryIdProvider repository, String label)
          Get label with given name
 Label LabelService.getLabel(String user, String repository, String label)
          Get label with given name
 

Methods in org.eclipse.egit.github.core.service that return types with arguments of type Label
 List<Label> LabelService.getLabels(IRepositoryIdProvider repository)
          Get labels
 List<Label> LabelService.getLabels(String user, String repository)
          Get labels
 List<Label> LabelService.setLabels(IRepositoryIdProvider repository, String issueId, List<Label> labels)
          Set the labels for an issue
 List<Label> LabelService.setLabels(String user, String repository, String issueId, List<Label> labels)
          Set the labels for an issue
 

Methods in org.eclipse.egit.github.core.service with parameters of type Label
 Label LabelService.createLabel(IRepositoryIdProvider repository, Label label)
          Create label
 Label LabelService.createLabel(String user, String repository, Label label)
          Create label
 Label LabelService.editLabel(IRepositoryIdProvider repository, Label label)
          Edit the given label in the given repository
 

Method parameters in org.eclipse.egit.github.core.service with type arguments of type Label
 List<Label> LabelService.setLabels(IRepositoryIdProvider repository, String issueId, List<Label> labels)
          Set the labels for an issue
 List<Label> LabelService.setLabels(String user, String repository, String issueId, List<Label> labels)
          Set the labels for an issue
 

Uses of Label in org.eclipse.egit.github.core.util
 

Methods in org.eclipse.egit.github.core.util with parameters of type Label
 int LabelComparator.compare(Label label1, Label label2)
           
 



Copyright © 2012. All Rights Reserved.