public interface PublishConfiguration
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getChannels()
The list of channel names that the plugin will be published to on the plugin repository
|
java.lang.String |
getNotes()
The notes describing the changes made to the plugin
|
java.lang.String |
getToken()
The token for uploading the plugin to the plugin repository
|
void |
setChannels(java.util.List<java.lang.String> channels) |
void |
setNotes(java.lang.String notes) |
void |
setToken(java.lang.String token) |
java.util.List<java.lang.String> getChannels()
void setChannels(java.util.List<java.lang.String> channels)
java.lang.String getToken()
void setToken(java.lang.String token)
java.lang.String getNotes()
void setNotes(java.lang.String notes)