Class Shortcut
java.lang.Object
com.blueriq.component.api.ProjectReference
com.blueriq.component.api.shortcut.Shortcut
- All Implemented Interfaces:
IProjectReference, IShortcut, Serializable
- Direct Known Subclasses:
DynamicShortcutReference
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTestPath(String name, com.aquima.interactions.foundation.Version version) booleangetName()com.aquima.interactions.foundation.VersiongetTestPathVersion(String testPath) inthashCode()booleanbooleanisTestPathAvailable(String testPath) voidsetDynamicVersion(boolean dynamicVersion) Methods inherited from class ProjectReference
getAllParameters, getAquimaUi, getChannel, getFlow, getLanguageCode, getParameter, getParameters, getProjectName, getTestPath, getTheme, getVersion, hasPrivateAccess, isDevtoolsEnabled, setAquimaUi, setChannel, setDevtoolsEnabled, setFlow, setLanguageCode, setParameters, setPrivateAccess, setProjectName, setTestPath, setTheme, setVersion, toString, toUrl, toUrlMethods inherited from interface IProjectReference
getAllParameters, getAquimaUi, getChannel, getFlow, getLanguageCode, getParameter, getParameters, getProjectName, getTestPath, getTheme, getVersion, hasPrivateAccess, isDevtoolsEnabled, toUrl
-
Constructor Details
-
Shortcut
-
Shortcut
-
-
Method Details
-
getName
-
isDynamicVersion
public boolean isDynamicVersion()- Specified by:
isDynamicVersionin interfaceIShortcut
-
isTestPathAvailable
- Specified by:
isTestPathAvailablein interfaceIShortcut
-
getTestPathVersion
- Specified by:
getTestPathVersionin interfaceIShortcut
-
setDynamicVersion
public void setDynamicVersion(boolean dynamicVersion) -
getTestPaths
- Specified by:
getTestPathsin interfaceIShortcut
-
addTestPath
-
equals
- Overrides:
equalsin classProjectReference
-
hashCode
public int hashCode()- Overrides:
hashCodein classProjectReference
-