Uses of Class
com.e1c.g5.dt.applications.PublishKind
-
-
Uses of PublishKind in com._1c.g5.v8.dt.launching.core
Methods in com._1c.g5.v8.dt.launching.core that return PublishKind Modifier and Type Method Description PublishKind
ApplicationUpdateRequest. getPublishKind()
Returns the publish kind.Constructors in com._1c.g5.v8.dt.launching.core with parameters of type PublishKind Constructor Description ApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, ExecutionContext executionContext, org.eclipse.core.runtime.IProgressMonitor monitor)
Creates an instance ofApplicationUpdateRequest
.ApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, org.eclipse.core.runtime.IProgressMonitor monitor)
Creates an instance ofApplicationUpdateRequest
. -
Uses of PublishKind in com._1c.g5.v8.dt.launching.core.launchconfigurations
Methods in com._1c.g5.v8.dt.launching.core.launchconfigurations with parameters of type PublishKind Modifier and Type Method Description protected org.eclipse.core.runtime.IStatus
AbstractRuntimeDebugAwareLaunchDelegate. updateApplication(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, org.eclipse.core.runtime.IProgressMonitor monitor)
Updates an application for the provided project. -
Uses of PublishKind in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return PublishKind Modifier and Type Method Description static PublishKind
PublishKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublishKind[]
PublishKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.e1c.g5.dt.applications with parameters of type PublishKind Modifier and Type Method Description PublishState
IApplicationManager. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Publishes the application with the provided publish kind. -
Uses of PublishKind in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors with parameters of type PublishKind Modifier and Type Method Description PublishState
IApplicationBehaviourDelegate. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
Publishes the application with the provided publish kind. -
Uses of PublishKind in com.e1c.g5.dt.applications.ui
Methods in com.e1c.g5.dt.applications.ui with parameters of type PublishKind Modifier and Type Method Description PublishState
IApplicationUiSupport. ensureUpdated(org.eclipse.swt.widgets.Shell shell, IApplication application, PublishKind publishKind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Checks application publish state and publishes application if needs.
-