Modifier and Type | Method and Description |
---|---|
String |
Comment.getText() |
Modifier and Type | Method and Description |
---|---|
String |
MeshNode.getName() |
String |
MeshNode.getRpcUrl() |
Modifier and Type | Method and Description |
---|---|
String |
ImportRequest.getArchivePath() |
Modifier and Type | Method and Description |
---|---|
@Pattern(regexp="[a-zA-Z][a-zA-Z0-9_\\-]*",groups={Create.class,Update.class},message="{com.atlassian.bitbucket.validation.project.key.pattern.message}") @Pattern(regexp="~[a-zA-Z0-9\\-_.]+|[a-zA-Z][a-zA-Z0-9_\\-]*",groups={TrustedCreate.class,TrustedUpdate.class},message="{com.atlassian.bitbucket.validation.project.key.trusted.pattern.message}") String |
Project.getKey() |
@Pattern(regexp="^[^~].*",groups={Create.class,Update.class},message="{com.atlassian.bitbucket.validation.project.name.pattern.message}") String |
Project.getName() |
Modifier and Type | Method and Description |
---|---|
String |
PullRequest.getTitle() |
Modifier and Type | Method and Description |
---|---|
String |
Repository.getName()
Retrieves the repository's name, which is guaranteed to be unique within its
project but
not within the system at large. |
String |
Repository.getScmId()
Retrieves the unique identifier for the SCM used by this repository.
|
String |
Repository.getSlug()
Retrieves the "slug" for this repository, which is a URL-friendly variant of its
name . |
Modifier and Type | Method and Description |
---|---|
String |
ApplicationUser.getDisplayName() |
String |
ApplicationUser.getSlug()
Retrieves the "slug" for this user, which is a URL-friendly variant of its
name . |
Copyright © 2024 Atlassian. All rights reserved.