public class ArtifactDeploymentSourceType extends DeploymentSourceType<ArtifactDeploymentSource>
EP_NAME| Constructor and Description |
|---|
ArtifactDeploymentSourceType() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDeploymentSource |
load(Element tag,
Project project) |
void |
save(ArtifactDeploymentSource source,
Element tag) |
void |
setBuildBeforeRunTask(RunConfiguration configuration,
ArtifactDeploymentSource source) |
void |
updateBuildBeforeRunOption(javax.swing.JComponent runConfigurationEditorComponent,
Project project,
ArtifactDeploymentSource source,
boolean select) |
getIdpublic ArtifactDeploymentSource load(Element tag, Project project)
load in class DeploymentSourceType<ArtifactDeploymentSource>public void save(ArtifactDeploymentSource source, Element tag)
save in class DeploymentSourceType<ArtifactDeploymentSource>public void setBuildBeforeRunTask(RunConfiguration configuration, ArtifactDeploymentSource source)
setBuildBeforeRunTask in class DeploymentSourceType<ArtifactDeploymentSource>public void updateBuildBeforeRunOption(javax.swing.JComponent runConfigurationEditorComponent,
Project project,
ArtifactDeploymentSource source,
boolean select)
updateBuildBeforeRunOption in class DeploymentSourceType<ArtifactDeploymentSource>