Skip to content

neuland/IntellijHybrisPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IntellijHybrisPlugin

Installation

Download the plugin from JetBrains repository or search it inside your intelliJ Version.

Usage

Preparation

  • Create a new run configuration
    • Look for 'Console script in hybris'
  • Define the URL fpr the haC and your haC username and password
  • You also can add parameters for FlexibleSearch
  • If you use hybris 5 or above, please select it in the combo box

Run a groovy script

  • Create a new file that end with .groovy
  • Write your script
  • Run the script with your run configuration

Run a BeanShell script

  • Create a new file that end with .bsh or .beanshell
  • Write your script
  • Run the script with your run configuration

Run a FlexibleSearch script

  • Create a new file that end with .flex or .flexsearch
  • Write your script
  • Run the script with your run configuration

Libaries

  • Apache HTTP Client (v. 4.4)
  • btc-ascii-table (v 1.0)
  • junit (v 4.8.1 | just for tests)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages