Package com.atlassian.jira.rest.client.api.domain

Examples of com.atlassian.jira.rest.client.api.domain.Permission.havePermission()


    assertThat(worklogDeleteOwn, notNullValue());
    assertThat(worklogDeleteOwn.getId(), is(42));
    assertThat(worklogDeleteOwn.getKey(), is("WORKLOG_DELETE_OWN"));
    assertThat(worklogDeleteOwn.getName(), is("Delete Own Worklogs"));
    assertThat(worklogDeleteOwn.getDescription(), is("Ability to delete own worklogs made on issues."));
    assertThat(worklogDeleteOwn.havePermission(), is(false));
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.