public abstract class AbstractDefaultNutsPushCommand extends NutsWorkspaceCommandBase<NutsPushCommand> implements NutsPushCommand
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected List<NutsId> |
ids |
protected List<NutsId> |
lockedIds |
protected boolean |
offline |
protected String |
repository |
session, ws| Constructor and Description |
|---|
AbstractDefaultNutsPushCommand(NutsWorkspace ws) |
_LOG, _LOGOP, checkSession, configure, configure, copyFromWorkspaceCommandBase, copySession, getCommandName, getSession, getWorkspace, invalidateResult, setSession, setWsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, copySession, run, setSessiongetSessionconfigure, configureLastprotected boolean offline
protected String repository
public AbstractDefaultNutsPushCommand(NutsWorkspace ws)
public NutsPushCommand addId(String id)
addId in interface NutsPushCommandpublic NutsPushCommand addLockedId(String id)
addLockedId in interface NutsPushCommandpublic NutsPushCommand addId(NutsId id)
addId in interface NutsPushCommandpublic NutsPushCommand removeId(NutsId id)
removeId in interface NutsPushCommandpublic NutsPushCommand removeId(String id)
removeId in interface NutsPushCommandpublic NutsPushCommand removeLockedId(NutsId id)
removeLockedId in interface NutsPushCommandpublic NutsPushCommand removeLockedId(String id)
removeLockedId in interface NutsPushCommandpublic NutsPushCommand addLockedId(NutsId id)
addLockedId in interface NutsPushCommandpublic NutsPushCommand addIds(String... ids)
addIds in interface NutsPushCommandpublic NutsPushCommand addIds(NutsId... ids)
addIds in interface NutsPushCommandpublic NutsPushCommand addLockedIds(String... values)
addLockedIds in interface NutsPushCommandpublic NutsPushCommand addLockedIds(NutsId... values)
addLockedIds in interface NutsPushCommandpublic String[] getArgs()
getArgs in interface NutsPushCommandpublic NutsPushCommand addArg(String arg)
addArg in interface NutsPushCommandpublic NutsPushCommand addArgs(String... args)
addArgs in interface NutsPushCommandpublic NutsPushCommand addArgs(Collection<String> args)
addArgs in interface NutsPushCommandpublic NutsId[] getIds()
getIds in interface NutsPushCommandpublic NutsId[] getLockedIds()
getLockedIds in interface NutsPushCommandpublic boolean isOffline()
isOffline in interface NutsPushCommandpublic NutsPushCommand setOffline(boolean offline)
setOffline in interface NutsPushCommandpublic String getRepository()
getRepository in interface NutsPushCommandpublic NutsPushCommand setRepository(String repository)
setRepository in interface NutsPushCommandpublic NutsPushCommand args(Collection<String> args)
args in interface NutsPushCommandpublic NutsPushCommand clearArgs()
clearArgs in interface NutsPushCommandpublic NutsPushCommand clearIds()
clearIds in interface NutsPushCommandpublic NutsPushCommand clearLockedIds()
clearLockedIds in interface NutsPushCommandpublic boolean configureFirst(NutsCommandLine cmdLine)
configureFirst in interface NutsCommandLineConfigurableconfigureFirst in class NutsWorkspaceCommandBase<NutsPushCommand>Copyright © 2021 vpc open source initiative. All rights reserved.