|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.web.model.NotifierSummary
public class NotifierSummary
Class NotifierSummary.
Constructor Summary | |
---|---|
NotifierSummary()
|
Method Summary | |
---|---|
String |
getEvents()
Get events that trigger this notifier. |
int |
getId()
Get id of the notifier. |
int |
getProjectGroupId()
Get project group id of the project group with the notifier. |
int |
getProjectId()
Get project id of the project containing the notifier. |
String |
getProjectName()
Get project name of the project containing the notifier. |
String |
getRecipient()
Get recipient for notifications generated by the notifier. |
String |
getSender()
Get sender of the notifications. |
String |
getType()
Get type of notifier - mail, IRC, jabber etc. |
boolean |
isEnabled()
Get determines if the notifier is enabled. |
boolean |
isFromProject()
Get the origin of the notifier (pom or user). |
void |
setEnabled(boolean enabled)
Set determines if the notifier is enabled. |
void |
setEvents(String events)
Set events that trigger this notifier. |
void |
setFromProject(boolean fromProject)
Set the origin of the notifier (pom or user). |
void |
setId(int id)
Set id of the notifier. |
void |
setProjectGroupId(int projectGroupId)
Set project group id of the project group with the notifier. |
void |
setProjectId(int projectId)
Set project id of the project containing the notifier. |
void |
setProjectName(String projectName)
Set project name of the project containing the notifier. |
void |
setRecipient(String recipient)
Set recipient for notifications generated by the notifier. |
void |
setSender(String sender)
Set sender of the notifications. |
void |
setType(String type)
Set type of notifier - mail, IRC, jabber etc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotifierSummary()
Method Detail |
---|
public String getEvents()
public int getId()
public int getProjectGroupId()
public int getProjectId()
public String getProjectName()
public String getRecipient()
public String getSender()
public String getType()
public boolean isEnabled()
public boolean isFromProject()
public void setEnabled(boolean enabled)
enabled
- public void setEvents(String events)
events
- public void setFromProject(boolean fromProject)
fromProject
- public void setId(int id)
id
- public void setProjectGroupId(int projectGroupId)
projectGroupId
- public void setProjectId(int projectId)
projectId
- public void setProjectName(String projectName)
projectName
- public void setRecipient(String recipient)
recipient
- public void setSender(String sender)
sender
- public void setType(String type)
type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |