|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Notifier
Configures one method for notifying users/developers when a build breaks.
Java class for Notifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Notifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sendOnError" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sendOnFailure" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sendOnSuccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sendOnWarning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configuration" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
Notifier.Configuration
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
String |
getAddress()
Gets the value of the address property. |
Notifier.Configuration |
getConfiguration()
Gets the value of the configuration property. |
String |
getType()
Gets the value of the type property. |
Boolean |
isSendOnError()
Gets the value of the sendOnError property. |
Boolean |
isSendOnFailure()
Gets the value of the sendOnFailure property. |
Boolean |
isSendOnSuccess()
Gets the value of the sendOnSuccess property. |
Boolean |
isSendOnWarning()
Gets the value of the sendOnWarning property. |
void |
setAddress(String value)
Sets the value of the address property. |
void |
setConfiguration(Notifier.Configuration value)
Sets the value of the configuration property. |
void |
setSendOnError(Boolean value)
Sets the value of the sendOnError property. |
void |
setSendOnFailure(Boolean value)
Sets the value of the sendOnFailure property. |
void |
setSendOnSuccess(Boolean value)
Sets the value of the sendOnSuccess property. |
void |
setSendOnWarning(Boolean value)
Sets the value of the sendOnWarning property. |
void |
setType(String value)
Sets the value of the type property. |
| Method Detail |
|---|
String getType()
Stringvoid setType(String value)
value - allowed object is
StringBoolean isSendOnError()
Booleanvoid setSendOnError(Boolean value)
value - allowed object is
BooleanBoolean isSendOnFailure()
Booleanvoid setSendOnFailure(Boolean value)
value - allowed object is
BooleanBoolean isSendOnSuccess()
Booleanvoid setSendOnSuccess(Boolean value)
value - allowed object is
BooleanBoolean isSendOnWarning()
Booleanvoid setSendOnWarning(Boolean value)
value - allowed object is
BooleanString getAddress()
Stringvoid setAddress(String value)
value - allowed object is
StringNotifier.Configuration getConfiguration()
Notifier.Configurationvoid setConfiguration(Notifier.Configuration value)
value - allowed object is
Notifier.Configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||