plugin command -create,inspect,list,remove- - #1363
Conversation
|
Hi! |
|
Anyone? |
|
@DomTheDon12 I think something is wrong with the Travis build itself. #1366 just adds enums and the build fails. |
|
@trajano I'm new at docker-java. How can I try my code (plugin commands) if it's working or not? Can you help me with that? |
|
You may want to rebase and push again, I think they fixed the builds |
|
Hi @DomTheDon12, Thanks for working on this! Could you please add tests? |
| } | ||
| } | ||
| @Override | ||
| public ListPluginsCmd.Exec listPluginsCmdExec() { return delegate.listPluginsCmdExec(); } |
There was a problem hiding this comment.
Please fix the code style here and in other places:
| public ListPluginsCmd.Exec listPluginsCmdExec() { return delegate.listPluginsCmdExec(); } | |
| public ListPluginsCmd.Exec listPluginsCmdExec() { | |
| return delegate.listPluginsCmdExec(); | |
| } |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Plugin command support