public interface IQuickstart
Modifier and Type | Method and Description |
---|---|
List<ICartridge> |
getAlternativesFor(ICartridge cartridge)
Returns the alternatives to a given cartridge.
|
String |
getHref()
Returns the href which is where you can find additional infos for this OpenShift quickstart.
|
String |
getId()
Returns the id.
|
String |
getInitialGitUrl()
Returns the url of the git repository that this quickstart is available at.
|
String |
getLanguage()
Returns the programming language that this quickstart is written in.
|
String |
getName()
Returns the name.
|
String |
getProvider()
Returns the provider for this quickstart.
|
List<AlternativeCartridges> |
getSuitableCartridges()
Returns the list of suitable alternatives that a user may choose from for
this quickstart.
|
String |
getSummary()
Returns the summary that describes this quickstart.
|
List<String> |
getTags()
Returns the tags for this quickstart.
|
String |
getWebsite()
Returns the website for this quickstart.
|
String getName()
String getId()
String getHref()
String getSummary()
String getWebsite()
String getLanguage()
List<AlternativeCartridges> getSuitableCartridges()
List<ICartridge> getAlternativesFor(ICartridge cartridge)
cartridge
- String getInitialGitUrl()
String getProvider()
Copyright © 2018 JBoss by Red Hat. All rights reserved.