public static final class GitSCMSourceContext.RefNameMapping extends Object implements Comparable<GitSCMSourceContext.RefNameMapping>
| Constructor and Description |
|---|
RefNameMapping(String ref,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GitSCMSourceContext.RefNameMapping o) |
boolean |
equals(Object o) |
String |
getName() |
String |
getName(String remoteName) |
String |
getRef() |
int |
hashCode() |
boolean |
matches(String remoteName) |
boolean |
matches(String revision,
String remoteName,
String remoteRev) |
@NonNull public String getRef()
@NonNull public String getName()
public int compareTo(GitSCMSourceContext.RefNameMapping o)
compareTo in interface Comparable<GitSCMSourceContext.RefNameMapping>public boolean matches(String remoteName)
Copyright © 2007–2021. All rights reserved.