public class AddVersionLabel extends Object implements org.apache.commons.chain.Command
Version| Constructor and Description | 
|---|
| AddVersionLabel() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | execute(org.apache.commons.chain.Context ctx) | 
| String | getLabelKey() | 
| String | getMoveLabelKey() | 
| String | getPathKey() | 
| String | getVersionKey() | 
| void | setLabelKey(String versionLabelKey) | 
| void | setMoveLabelKey(String moveLabelKey) | 
| void | setPathKey(String pathKey) | 
| void | setVersionKey(String versionNameKey) | 
public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic String getMoveLabelKey()
public void setMoveLabelKey(String moveLabelKey)
moveLabelKey - the move label key to setpublic String getPathKey()
public void setPathKey(String pathKey)
pathKey - the path key to setpublic String getLabelKey()
public void setLabelKey(String versionLabelKey)
versionLabelKey - the version label key to setpublic String getVersionKey()
public void setVersionKey(String versionNameKey)
versionNameKey - the version name key to setCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.