Class GitHubPRLabel
- java.lang.Object
-
- org.jenkinsci.plugins.github.pullrequest.GitHubPRLabel
-
- All Implemented Interfaces:
Describable<GitHubPRLabel>
public class GitHubPRLabel extends Object implements Describable<GitHubPRLabel>
Label object that contains user defined labels- Author:
- Alina Karpovich
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GitHubPRLabel.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description GitHubPRLabel(String labels)
GitHubPRLabel(Set<String> labels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitHubPRLabel.DescriptorImpl
getDescriptor()
String
getLabels()
Set<String>
getLabelsSet()
-
-
-
Method Detail
-
getLabels
public String getLabels()
-
getDescriptor
public GitHubPRLabel.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<GitHubPRLabel>
-
-