TokenSource
mill.contrib.gitlab.GitlabTokenLookup.TokenSource
@Scaladoc(value = "/**\n * Possible source of token value. Either an\n * - Env = Environment variable\n * - Property = Javas system property\n * - File =Contents of a file on local disk.\n * - Custom = Own function\n *\n * Possible additions, that can now be supported with Custom: KeyVault, Yaml, etc.\n */")
Possible source of token value. Either an
- Env = Environment variable
- Property = Javas system property
- File =Contents of a file on local disk.
- Custom = Own function
Possible additions, that can now be supported with Custom: KeyVault, Yaml, etc.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article