| Package | Description |
|---|---|
| com.atlassian.confluence.webdriver.pageobjects.page | |
| com.atlassian.plugins.pas.rest | |
| com.atlassian.plugins.pas.service |
| Modifier and Type | Method and Description |
|---|---|
Announcement |
PasAdminPage.createAnnouncement(Map<String,String> announcement) |
Announcement |
PasAdminPage.createAnnouncement(String start,
String end,
String message,
String url,
String targetGroups) |
| Modifier and Type | Method and Description |
|---|---|
List<Announcement> |
PasAdminPage.getScheduledAnnouncements() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Either<javax.ws.rs.core.Response,Announcement> |
AnnouncementResource.checkParams(String eventDateAsString,
String startDateAsString,
String endDateAsString,
String message,
String url,
String UTCOffset,
String targetGroups,
String targetPath,
String creator,
String source,
String incidentTicket) |
| Modifier and Type | Method and Description |
|---|---|
ComputedAnnouncement |
AnnouncementResource.buildComputedAnnouncement(Announcement announcement) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<Announcement> |
PublicAnnouncementServiceImpl.ANNOUNCEMENT_IS_NOT_EXPIRED |
| Modifier and Type | Method and Description |
|---|---|
Announcement |
PublicAnnouncementServiceImpl.findNextActiveAnnouncementGivenUserGroups(List<Announcement> allActiveAnnouncement,
Set<String> userGroups)
Finds the first announcement (if it exists) from "announcements" that is targeted at one of the groups in "groups".
|
Announcement |
PublicAnnouncementServiceImpl.getNextAnnouncement(String username) |
Announcement |
PublicAnnouncementService.getNextAnnouncement(String username) |
| Modifier and Type | Method and Description |
|---|---|
List<Announcement> |
PublicAnnouncementServiceImpl.getActiveAnnouncements(int limit) |
List<Announcement> |
PublicAnnouncementService.getActiveAnnouncements(int limit)
Get future announcements
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublicAnnouncementServiceImpl.createAnnouncement(Announcement announcement) |
void |
PublicAnnouncementService.createAnnouncement(Announcement announcement) |
| Modifier and Type | Method and Description |
|---|---|
Announcement |
PublicAnnouncementServiceImpl.findNextActiveAnnouncementGivenUserGroups(List<Announcement> allActiveAnnouncement,
Set<String> userGroups)
Finds the first announcement (if it exists) from "announcements" that is targeted at one of the groups in "groups".
|
Copyright © 2003–2017 Atlassian. All rights reserved.