| Package | Description |
|---|---|
| com.cloudbees.clickstack.domain.metadata | |
| com.cloudbees.clickstack.plugin.java |
| Modifier and Type | Method and Description |
|---|---|
static Metadata |
Metadata.Builder.fromFile(File metadataFile)
This method parses a metadata.json file and returns a new Metadata instance containing the
metadata that has been parsed.
|
static Metadata |
Metadata.Builder.fromFile(Path metadataFile) |
static Metadata |
Metadata.Builder.fromJson(com.fasterxml.jackson.databind.JsonNode metadataRootNode)
This method is called from the fromStream method to parse json from a stream.
|
static Metadata |
Metadata.Builder.fromJsonString(String metadata,
boolean allowSingleQuotes)
This method is called from the fromStream method to parse json from a stream.
|
static Metadata |
Metadata.Builder.fromStream(InputStream metadataInputStream)
This method is called from the fromFile method to parse json from a stream.
|
| Modifier and Type | Method and Description |
|---|---|
JavaPluginResult |
JavaPlugin.setup(Metadata metadata,
Environment environment) |
Copyright © 2013. All Rights Reserved.