Uses of Enum Class
com.e1c.g5.dt.applications.PublishKind
Packages that use PublishKind
Package
Description
-
Uses of PublishKind in com._1c.g5.v8.dt.launching.core
Methods in com._1c.g5.v8.dt.launching.core that return PublishKindModifier and TypeMethodDescriptionApplicationUpdateRequest.getPublishKind()Returns the publish kind.Constructors in com._1c.g5.v8.dt.launching.core with parameters of type PublishKindModifierConstructorDescriptionApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, ExecutionContext executionContext, String launchMode, org.eclipse.core.runtime.IProgressMonitor monitor) Creates an instance ofApplicationUpdateRequest.ApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, String launchMode, 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 PublishKindModifier and TypeMethodDescriptionprotected org.eclipse.core.runtime.IStatusAbstractRuntimeDebugAwareLaunchDelegate.updateApplication(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, String launchMode, org.eclipse.core.runtime.IProgressMonitor monitor) Updates the specified application if necessary. -
Uses of PublishKind in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return PublishKindModifier and TypeMethodDescriptionstatic PublishKindReturns the enum constant of this class with the specified name.static PublishKind[]PublishKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.g5.dt.applications with parameters of type PublishKindModifier and TypeMethodDescriptionIApplicationManager.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 PublishKindModifier and TypeMethodDescriptionIApplicationBehaviourDelegate.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 PublishKindModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusIApplicationUiSupport.ensureUpdated(org.eclipse.swt.widgets.Shell shell, IApplication application, PublishKind publishKind, ExecutionContext context, String mode, org.eclipse.core.runtime.IProgressMonitor monitor) Updates application if necessary. -
Uses of PublishKind in com.e1c.g5.dt.internal.applications
Methods in com.e1c.g5.dt.internal.applications with parameters of type PublishKindModifier and TypeMethodDescriptionApplicationManager.publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of PublishKind in com.e1c.g5.dt.internal.applications.infobases.ui
Methods in com.e1c.g5.dt.internal.applications.infobases.ui with parameters of type PublishKindModifier and TypeMethodDescriptionInfobaseApplicationBehaviourDelegate.publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) -
Uses of PublishKind in com.e1c.g5.dt.internal.applications.ui
Methods in com.e1c.g5.dt.internal.applications.ui with parameters of type PublishKindModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusApplicationUiSupport.ensureUpdated(org.eclipse.swt.widgets.Shell shell, IApplication application, PublishKind publishKind, ExecutionContext executionContext, String mode, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of PublishKind in com.e1c.g5.dt.internal.applications.wst.ui
Methods in com.e1c.g5.dt.internal.applications.wst.ui with parameters of type PublishKindModifier and TypeMethodDescriptionServerApplicationBehaviourDelegate.publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)