| Package | Description |
|---|---|
| com.mesosphere.velocity.marathon.impl | |
| com.mesosphere.velocity.marathon.interfaces |
| Modifier and Type | Method and Description |
|---|---|
MarathonBuilder |
MarathonBuilderImpl.read() |
MarathonBuilder |
MarathonBuilderImpl.read(String filename) |
MarathonBuilder |
MarathonBuilderImpl.toFile() |
MarathonBuilder |
MarathonBuilderImpl.toFile(String filename) |
| Modifier and Type | Method and Description |
|---|---|
abstract MarathonBuilder |
MarathonBuilder.read()
Read in default file (marathon.json) as JSON.
|
abstract MarathonBuilder |
MarathonBuilder.read(String filename)
Read in filename as JSON.
|
abstract MarathonBuilder |
MarathonBuilder.toFile()
Write the JSON that will be sent to the target Marathon instance to the default file
(marathon-rendered-${BUILD_NUMBER}.json).
|
abstract MarathonBuilder |
MarathonBuilder.toFile(String filename)
Write the JSON that will be sent to the target Marathon instance to filename.
|
Copyright © 2016–2017. All rights reserved.