|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.UploadReleaseCommand
@Command(scope = "griffon", name = "upload-release", description = "Uploads a release to an artifact repository") public class UploadReleaseCommand extends AbstractGriffonCommand
Field Summary | |
---|---|
private String |
filename
|
private String |
password
|
private String |
repository
|
private String |
username
|
Fields inherited from class AbstractGriffonCommand | |
---|---|
env, nonInteractive |
Constructor Summary | |
UploadReleaseCommand()
|
Field Detail |
---|
@Argument(index = 0, name = "filename", description = "Filename of the release package", required = true) private String filename
@Option(name = "--password", description = "Password credentials.", required = false) private String password
@Option(name = "--repository", description = "Name of an specific repository where the release will be published.", required = false) private String repository
@Option(name = "--username", description = "Username credentials.", required = false) private String username
Constructor Detail |
---|
UploadReleaseCommand()
Groovy Documentation