java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
de.tracetronic.jenkins.plugins.ecutest.test.config.AttributeConfig
All Implemented Interfaces:
ExpandableConfig, Describable<TMSConfig>, Serializable
Direct Known Subclasses:
ExportAttributeConfig, ImportAttributeConfig

public abstract class AttributeConfig extends TMSConfig
Common base class for ExportAttributeConfig and ImportAttributeConfig.
See Also:
  • Constructor Details

    • AttributeConfig

      public AttributeConfig(String filePath, String credentialsId, String timeout)
      Instantiates a new AttributeConfig.
      Parameters:
      filePath - the test file path whose attributes to import or export
      credentialsId - the credentials id
      timeout - the export timeout
  • Method Details

    • getFilePath

      public String getFilePath()
    • equals

      public final boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object