public class GenerateZip extends Task
| Constructor and Description |
|---|
GenerateZip(java.lang.String zipGenerationProperties)
Create a message with a task for a Zip generation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getZipGenerationProperties()
Getter for the concatenated String which contains all information with which a server pack will be
generated from.
|
java.lang.String |
uniqueId()
Getter for the unique id of the submitted task.
|
public GenerateZip(java.lang.String zipGenerationProperties)
zipGenerationProperties - String The concatenated String which contains all information with which a server pack will be
generated from. See ZipController.requestGenerationFromZip(String, String, String, String, String, boolean).public java.lang.String getZipGenerationProperties()
ZipController.requestGenerationFromZip(String, String, String, String, String, boolean).String. The String from which to generate a server pack.