com.atlassian.jira.event.user
Interface UserEventType


public interface UserEventType


Field Summary
static int USER_CANNOTCHANGEPASSWORD
           
static int USER_CREATED
           
static int USER_FORGOTPASSWORD
           
static int USER_FORGOTUSERNAME
           
static int USER_LOGIN
           
static int USER_LOGOUT
           
static int USER_SIGNUP
           
 

Field Detail

USER_SIGNUP

static final int USER_SIGNUP
See Also:
Constant Field Values

USER_CREATED

static final int USER_CREATED
See Also:
Constant Field Values

USER_FORGOTPASSWORD

static final int USER_FORGOTPASSWORD
See Also:
Constant Field Values

USER_FORGOTUSERNAME

static final int USER_FORGOTUSERNAME
See Also:
Constant Field Values

USER_CANNOTCHANGEPASSWORD

static final int USER_CANNOTCHANGEPASSWORD
See Also:
Constant Field Values

USER_LOGIN

static final int USER_LOGIN
See Also:
Constant Field Values

USER_LOGOUT

static final int USER_LOGOUT
See Also:
Constant Field Values


Copyright © 2002-2014 Atlassian. All Rights Reserved.