|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.users.PropertyKey
jetbrains.buildServer.users.PluginPropertyKey
jetbrains.buildServer.users.VcsUsernamePropertyKey
public class VcsUsernamePropertyKey
Represents VCS username property from the user profile
| Field Summary | |
|---|---|
static java.lang.String |
ANY_VCS_ROOT_PREFIX
|
static java.lang.String |
VCS_ROOT_PREFIX
|
| Constructor Summary | |
|---|---|
VcsUsernamePropertyKey()
Constructor for default VCS username |
|
VcsUsernamePropertyKey(java.lang.String propertyKey)
Constructor |
|
VcsUsernamePropertyKey(VcsRoot vcsRoot)
Constructor |
|
VcsUsernamePropertyKey(VcsSupportConfig vcsSupport)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getVcsName()
Returns name of VCS plugin |
long |
getVcsRootId()
Returns VCS root id from the property or -1 if this property corresponds to any VCS root |
static boolean |
isVcsUsernamePropertyKey(java.lang.String propertyKey)
Returns true if the specified string representation of the property key represents VCS property key |
| Methods inherited from class jetbrains.buildServer.users.PluginPropertyKey |
|---|
getKey, getPluginName, isPluginPropertyKey |
| Methods inherited from class jetbrains.buildServer.users.PropertyKey |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VCS_ROOT_PREFIX
public static final java.lang.String ANY_VCS_ROOT_PREFIX
| Constructor Detail |
|---|
public VcsUsernamePropertyKey(@NotNull
VcsRoot vcsRoot)
vcsRoot - VCS root to associate username with
public VcsUsernamePropertyKey(@NotNull
VcsSupportConfig vcsSupport)
vcsSupport - VCS plugin to associate username withpublic VcsUsernamePropertyKey()
public VcsUsernamePropertyKey(@NotNull
java.lang.String propertyKey)
propertyKey - property key from database| Method Detail |
|---|
public long getVcsRootId()
public java.lang.String getVcsName()
public static boolean isVcsUsernamePropertyKey(@NotNull
java.lang.String propertyKey)
propertyKey - property key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||