Interface ApplicationArchiveBuildStep.IndexDependencyConfiguration.IndexDependencyConfig

Enclosing interface:
ApplicationArchiveBuildStep.IndexDependencyConfiguration

public static interface ApplicationArchiveBuildStep.IndexDependencyConfiguration.IndexDependencyConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The maven artifactId of the artifact (optional).
    The maven classifier of the artifact (optional).
    The maven groupId of the artifact.
  • Method Details

    • groupId

      String groupId()
      The maven groupId of the artifact.
    • artifactId

      Optional<String> artifactId()
      The maven artifactId of the artifact (optional).
    • classifier

      Optional<String> classifier()
      The maven classifier of the artifact (optional).