Interface StartupStep.Tag

Enclosing interface:
StartupStep

public static interface StartupStep.Tag
Simple key/value association for storing step metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the Tag name.
    Return the Tag value.
  • Method Details

    • getKey

      String getKey()
      Return the Tag name.
    • getValue

      String getValue()
      Return the Tag value.