Package com.mathworks.ci
Class MatlabItemListener
- java.lang.Object
-
- hudson.model.listeners.ItemListener
-
- com.mathworks.ci.MatlabItemListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public final class MatlabItemListener extends ItemListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description MatlabItemListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
getMatlabAxisCheckForPrj(String prjName)
static boolean
getMatlabBuildWrapperCheckForPrj(String prjName)
void
onLoaded()
void
onUpdated(Item item)
-
Methods inherited from class hudson.model.listeners.ItemListener
all, checkBeforeCopy, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCheckCopy, onCopied, onCreated, onDeleted, onLocationChanged, onRenamed, register
-
-
-
-
Method Detail
-
onLoaded
public void onLoaded()
- Overrides:
onLoaded
in classItemListener
-
onUpdated
public void onUpdated(Item item)
- Overrides:
onUpdated
in classItemListener
-
getMatlabAxisCheckForPrj
public static boolean getMatlabAxisCheckForPrj(String prjName)
-
getMatlabBuildWrapperCheckForPrj
public static boolean getMatlabBuildWrapperCheckForPrj(String prjName)
-
-