Uses of Annotation Interface
com.atlassian.bitbucket.validation.annotation.RequiredString
Packages that use RequiredString
Package
Description
-
Uses of RequiredString in com.atlassian.bitbucket.comment
Methods in com.atlassian.bitbucket.comment with annotations of type RequiredString -
Uses of RequiredString in com.atlassian.bitbucket.mesh
Methods in com.atlassian.bitbucket.mesh with annotations of type RequiredString -
Uses of RequiredString in com.atlassian.bitbucket.migration
Methods in com.atlassian.bitbucket.migration with annotations of type RequiredString -
Uses of RequiredString in com.atlassian.bitbucket.project
Methods in com.atlassian.bitbucket.project with annotations of type RequiredStringModifier and TypeMethodDescription@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()
-
Uses of RequiredString in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull with annotations of type RequiredString -
Uses of RequiredString in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository with annotations of type RequiredStringModifier and TypeMethodDescriptionRepository.getName()
Retrieves the repository's name, which is guaranteed to be unique within itsproject
but not within the system at large.Repository.getScmId()
Retrieves the unique identifier for the SCM used by this repository.Repository.getSlug()
Retrieves the "slug" for this repository, which is a URL-friendly variant of itsname
. -
Uses of RequiredString in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user with annotations of type RequiredStringModifier and TypeMethodDescriptionApplicationUser.getDisplayName()
ApplicationUser.getSlug()
Retrieves the "slug" for this user, which is a URL-friendly variant of itsname
.