public class SyncBranchesTrigger extends hudson.triggers.Trigger<FreeStyleMultiBranchProject>
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncBranchesTrigger.DescriptorImpl
Descriptor for this trigger that will prevent it from showing in the
configuration.
|
class |
SyncBranchesTrigger.SyncBranchesAction
Action object for
Project. |
| Constructor and Description |
|---|
SyncBranchesTrigger(String cronTabSpec)
Creates a new
SyncBranchesTrigger that gets run
periodically. |
| Modifier and Type | Method and Description |
|---|---|
File |
getLogFile()
Returns the file that records the last/current sync branches activity.
|
Collection<? extends hudson.model.Action> |
getProjectActions() |
static void |
registerXStream()
Gives this class an alias for configuration XML.
|
void |
run() |
@DataBoundConstructor public SyncBranchesTrigger(String cronTabSpec) throws antlr.ANTLRException
SyncBranchesTrigger that gets run
periodically.cronTabSpec - - cron this trigger should run onantlr.ANTLRExceptionpublic void run()
run in class hudson.triggers.Trigger<FreeStyleMultiBranchProject>public File getLogFile()
public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in class hudson.triggers.Trigger<FreeStyleMultiBranchProject>@Initializer(before=PLUGINS_STARTED) public static void registerXStream()
Copyright © 2004-2014. All Rights Reserved.