Uses of Annotation Interface
com.atlassian.bitbucket.validation.annotation.RequiredString
Packages that use RequiredString
Package
Description
- 
Uses of RequiredString in com.atlassian.bitbucket.commentMethods in com.atlassian.bitbucket.comment with annotations of type RequiredString
- 
Uses of RequiredString in com.atlassian.bitbucket.meshMethods in com.atlassian.bitbucket.mesh with annotations of type RequiredString
- 
Uses of RequiredString in com.atlassian.bitbucket.migrationMethods in com.atlassian.bitbucket.migration with annotations of type RequiredString
- 
Uses of RequiredString in com.atlassian.bitbucket.projectMethods 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}") StringProject.getKey()@Pattern(regexp="^[^~].*",groups={Create.class,Update.class},message="{com.atlassian.bitbucket.validation.project.name.pattern.message}") StringProject.getName()
- 
Uses of RequiredString in com.atlassian.bitbucket.pullMethods in com.atlassian.bitbucket.pull with annotations of type RequiredString
- 
Uses of RequiredString in com.atlassian.bitbucket.repositoryMethods 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 itsprojectbut 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.userMethods 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.