Class ApplicationFilter

  • All Implemented Interfaces:
    com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, UdmReportFilter, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>

    @Metadata(label="ApplicationFilter",
              versioned=false)
    public class ApplicationFilter
    extends SimpleFilter
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem

        id, syntheticProperties, type
      • Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

        SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R> R accept​(com.xebialabs.xlrelease.udm.reporting.filters.UdmReportFilterVisitor<R> visitor)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getApplicationId()  
      int hashCode()  
      void setApplicationId​(java.lang.String applicationId)  
      java.lang.String toString()  
      • Methods inherited from class com.xebialabs.xlrelease.udm.reporting.filters.SimpleFilter

        apply
      • Methods inherited from class com.xebialabs.xlrelease.reports.filters.ReportFilter

        withId
      • Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem

        compareTo, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ApplicationFilter

        public ApplicationFilter()
      • ApplicationFilter

        public ApplicationFilter​(java.lang.String applicationId)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.xebialabs.xlrelease.reports.filters.ReportFilter
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
      • getApplicationId

        public java.lang.String getApplicationId()
      • setApplicationId

        public void setApplicationId​(java.lang.String applicationId)
      • accept

        public <R> R accept​(com.xebialabs.xlrelease.udm.reporting.filters.UdmReportFilterVisitor<R> visitor)