Class DatadogIntakeSite
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.configuration.api.intake.DatadogIntake
-
- org.datadog.jenkins.plugins.datadog.configuration.api.intake.DatadogIntakeSite
-
- All Implemented Interfaces:
Describable<DatadogIntake>,Serializable
@Symbol("datadogIntakeSite") public class DatadogIntakeSite extends DatadogIntake- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatadogIntakeSite.DatadogIntakeSiteDescriptor-
Nested classes/interfaces inherited from class org.datadog.jenkins.plugins.datadog.configuration.api.intake.DatadogIntake
DatadogIntake.DatadogIntakeDescriptor
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATADOG_SITE_PROPERTY
-
Constructor Summary
Constructors Constructor Description DatadogIntakeSite(DatadogSite site)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetApiUrl()Descriptor<DatadogIntake>getDescriptor()StringgetLogsUrl()DatadogSitegetSite()StringgetSiteName()StringgetWebhooksUrl()inthashCode()protected ObjectreadResolve()Invoked by XStream when this object is deserialized.-
Methods inherited from class org.datadog.jenkins.plugins.datadog.configuration.api.intake.DatadogIntake
getDefaultIntake
-
-
-
-
Field Detail
-
DATADOG_SITE_PROPERTY
public static final String DATADOG_SITE_PROPERTY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DatadogIntakeSite
@DataBoundConstructor public DatadogIntakeSite(DatadogSite site)
-
-
Method Detail
-
readResolve
protected Object readResolve()
Invoked by XStream when this object is deserialized. Ensures environment variables have higher priority than configuration persisted on disk
-
getSite
public DatadogSite getSite()
-
getApiUrl
public String getApiUrl()
- Specified by:
getApiUrlin classDatadogIntake
-
getLogsUrl
public String getLogsUrl()
- Specified by:
getLogsUrlin classDatadogIntake
-
getWebhooksUrl
public String getWebhooksUrl()
- Specified by:
getWebhooksUrlin classDatadogIntake
-
getSiteName
public String getSiteName()
- Specified by:
getSiteNamein classDatadogIntake
-
getDescriptor
public Descriptor<DatadogIntake> getDescriptor()
-
-