Class Messages
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.link.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_bitbucket_link_type_branch()
Keybitbucket.link.type.branch
:View Branch
.static org.jvnet.localizer.Localizable
_bitbucket_link_type_pullrequest()
Keybitbucket.link.type.pullrequest
:View Pull Request
.static org.jvnet.localizer.Localizable
_bitbucket_link_type_repository()
Keybitbucket.link.type.repository
:Browse Repository
.static org.jvnet.localizer.Localizable
_bitbucket_link_type_tag()
Keybitbucket.link.type.tag
:View Tag
.static String
bitbucket_link_type_branch()
Keybitbucket.link.type.branch
:View Branch
.static String
bitbucket_link_type_pullrequest()
Keybitbucket.link.type.pullrequest
:View Pull Request
.static String
bitbucket_link_type_repository()
Keybitbucket.link.type.repository
:Browse Repository
.static String
bitbucket_link_type_tag()
Keybitbucket.link.type.tag
:View Tag
.
-
-
-
Method Detail
-
bitbucket_link_type_repository
public static String bitbucket_link_type_repository()
Keybitbucket.link.type.repository
:Browse Repository
.- Returns:
Browse Repository
-
_bitbucket_link_type_repository
public static org.jvnet.localizer.Localizable _bitbucket_link_type_repository()
Keybitbucket.link.type.repository
:Browse Repository
.- Returns:
Browse Repository
-
bitbucket_link_type_pullrequest
public static String bitbucket_link_type_pullrequest()
Keybitbucket.link.type.pullrequest
:View Pull Request
.- Returns:
View Pull Request
-
_bitbucket_link_type_pullrequest
public static org.jvnet.localizer.Localizable _bitbucket_link_type_pullrequest()
Keybitbucket.link.type.pullrequest
:View Pull Request
.- Returns:
View Pull Request
-
bitbucket_link_type_tag
public static String bitbucket_link_type_tag()
Keybitbucket.link.type.tag
:View Tag
.- Returns:
View Tag
-
_bitbucket_link_type_tag
public static org.jvnet.localizer.Localizable _bitbucket_link_type_tag()
Keybitbucket.link.type.tag
:View Tag
.- Returns:
View Tag
-
bitbucket_link_type_branch
public static String bitbucket_link_type_branch()
Keybitbucket.link.type.branch
:View Branch
.- Returns:
View Branch
-
_bitbucket_link_type_branch
public static org.jvnet.localizer.Localizable _bitbucket_link_type_branch()
Keybitbucket.link.type.branch
:View Branch
.- Returns:
View Branch
-
-