public interface

ServiceUser

implements ApplicationUser
com.atlassian.bitbucket.user.ServiceUser

Class Overview

Represents a registered service user.

Service users are not backed by a user from a Crowd directory and are not able to authenticate via the UI or REST. Service users can be used to programmatically perform tasks which require an associated user and do not count towards the licensed user count.

Summary

Constants
String DEFAULT_LABEL
[Expand]
Inherited Constants
From interface com.atlassian.bitbucket.user.ApplicationUser
Public Methods
@Nonnull String getLabel()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.user.ApplicationUser
From interface com.atlassian.bitbucket.user.Person
From interface java.security.Principal

Constants

public static final String DEFAULT_LABEL

Constant Value: "bot"

Public Methods

@Nonnull public String getLabel ()

Returns
  • a label to help identify the type of ServiceUser