public abstract class AbstractDefaultNPush extends NWorkspaceCmdBase<net.thevpc.nuts.command.NPush> implements net.thevpc.nuts.command.NPush
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected List<net.thevpc.nuts.artifact.NId> |
ids |
protected List<net.thevpc.nuts.artifact.NId> |
lockedIds |
protected boolean |
offline |
protected String |
repository |
| Constructor and Description |
|---|
AbstractDefaultNPush() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.command.NPush |
addArg(String arg) |
net.thevpc.nuts.command.NPush |
addArgs(Collection<String> args) |
net.thevpc.nuts.command.NPush |
addArgs(String... args) |
net.thevpc.nuts.command.NPush |
addId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NPush |
addId(String id) |
net.thevpc.nuts.command.NPush |
addIds(net.thevpc.nuts.artifact.NId... ids) |
net.thevpc.nuts.command.NPush |
addIds(String... ids) |
net.thevpc.nuts.command.NPush |
addLockedId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NPush |
addLockedId(String id) |
net.thevpc.nuts.command.NPush |
addLockedIds(net.thevpc.nuts.artifact.NId... values) |
net.thevpc.nuts.command.NPush |
addLockedIds(String... values) |
List<String> |
args() |
net.thevpc.nuts.command.NPush |
args(Collection<String> args) |
net.thevpc.nuts.command.NPush |
clearArgs() |
net.thevpc.nuts.command.NPush |
clearIds() |
net.thevpc.nuts.command.NPush |
clearLockedIds() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
List<net.thevpc.nuts.artifact.NId> |
ids() |
boolean |
isOffline() |
List<net.thevpc.nuts.artifact.NId> |
lockedIds() |
net.thevpc.nuts.command.NPush |
offline(boolean offline) |
net.thevpc.nuts.command.NPush |
removeId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NPush |
removeId(String id) |
net.thevpc.nuts.command.NPush |
removeLockedId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NPush |
removeLockedId(String id) |
String |
repository() |
net.thevpc.nuts.command.NPush |
repository(String repository) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultprotected boolean offline
protected final List<net.thevpc.nuts.artifact.NId> ids
protected List<net.thevpc.nuts.artifact.NId> lockedIds
protected String repository
public net.thevpc.nuts.command.NPush addId(String id)
addId in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addLockedId(String id)
addLockedId in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addId(net.thevpc.nuts.artifact.NId id)
addId in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush removeId(net.thevpc.nuts.artifact.NId id)
removeId in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush removeId(String id)
removeId in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush removeLockedId(net.thevpc.nuts.artifact.NId id)
removeLockedId in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush removeLockedId(String id)
removeLockedId in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addLockedId(net.thevpc.nuts.artifact.NId id)
addLockedId in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addIds(String... ids)
addIds in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addIds(net.thevpc.nuts.artifact.NId... ids)
addIds in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addLockedIds(String... values)
addLockedIds in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addLockedIds(net.thevpc.nuts.artifact.NId... values)
addLockedIds in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addArg(String arg)
addArg in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addArgs(String... args)
addArgs in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush addArgs(Collection<String> args)
addArgs in interface net.thevpc.nuts.command.NPushpublic List<net.thevpc.nuts.artifact.NId> ids()
ids in interface net.thevpc.nuts.command.NPushpublic List<net.thevpc.nuts.artifact.NId> lockedIds()
lockedIds in interface net.thevpc.nuts.command.NPushpublic boolean isOffline()
isOffline in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush offline(boolean offline)
offline in interface net.thevpc.nuts.command.NPushpublic String repository()
repository in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush repository(String repository)
repository in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush args(Collection<String> args)
args in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush clearArgs()
clearArgs in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush clearIds()
clearIds in interface net.thevpc.nuts.command.NPushpublic net.thevpc.nuts.command.NPush clearLockedIds()
clearLockedIds in interface net.thevpc.nuts.command.NPushpublic boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<net.thevpc.nuts.command.NPush>Copyright © 2026 vpc open source initiative. All rights reserved.