public class FastDeployApplicationData
extends fr.paris.lutece.plugins.appcenter.business.ApplicationData
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_TYPE_ANSIBLE |
static String |
APPLICATION_TYPE_CLOUDMGR |
Constructor and Description |
---|
FastDeployApplicationData() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationCode() |
String |
getApplicationType() |
String |
getArtifactId()
Get the artifact id of the application
|
String |
getMavenDeployCustomGoal()
Get the maven custom deploy goal
|
String |
getName() |
String |
getRepoType()
Get the repo type of the application
|
String |
getUrlSite() |
String |
getWebApp() |
boolean |
isLuteceSite()
Get the is LuteceSite boolean
|
void |
setApplicationCode(String strApplicationCode) |
void |
setApplicationType(String _strApplicationType) |
void |
setArtifactId(String strArtifactId)
Set the artifact if of the application
|
void |
setLuteceSite(boolean bLuteceSite)
Set the Lutece Site boolean
|
void |
setMavenDeployCustomGoal(String strMavenDeployCustomGoal)
Get the maven custom deploy goal
|
void |
setName(String _strName) |
void |
setRepoType(String strRepoType)
Set the repo type of the application
|
void |
setUrlSite(String _strUrlSite) |
void |
setWebApp(String _strWebApp) |
public static final String APPLICATION_TYPE_ANSIBLE
public static final String APPLICATION_TYPE_CLOUDMGR
public String getName()
public void setName(String _strName)
_strName
- public String getWebApp()
public void setWebApp(String _strWebApp)
public String getUrlSite()
public void setUrlSite(String _strUrlSite)
public String getRepoType()
public void setRepoType(String strRepoType)
strRepoType
- the repo typepublic boolean isLuteceSite()
public void setLuteceSite(boolean bLuteceSite)
bLuteceSite
- the Lutece Site booleanpublic String getMavenDeployCustomGoal()
public void setMavenDeployCustomGoal(String strMavenDeployCustomGoal)
strMavenCustomDeployGoal
- The custom Maven Custom deploy goalpublic String getApplicationCode()
public void setApplicationCode(String strApplicationCode)
public String getArtifactId()
public void setArtifactId(String strArtifactId)
strArtifactId
- the artifact id of the applicationpublic String getApplicationType()
public void setApplicationType(String _strApplicationType)
Copyright © 2020 City of Paris. All rights reserved.