Class RssDetectionConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.configuration.RssDetectionConfiguration
-
- All Implemented Interfaces:
Serializable
@ExperimentalApi @Immutable public class RssDetectionConfiguration extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RssDetectionConfiguration()
RssDetectionConfiguration(boolean pollingEnabled, String pollingCronExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getPollingCronExpression()
int
hashCode()
boolean
isPollingEnabled()
-
-
-
Constructor Detail
-
RssDetectionConfiguration
public RssDetectionConfiguration()
-
RssDetectionConfiguration
public RssDetectionConfiguration(boolean pollingEnabled, String pollingCronExpression)
-
-