|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.AbstractModelObject
hudson.model.Actionable
hudson.model.Run<P,R>
hudson.model.AbstractBuild<P,B>
hudson.model.Build<MultiJobProject,MultiJobBuild>
com.tikal.jenkins.plugins.multijob.MultiJobBuild
public class MultiJobBuild
| Nested Class Summary | |
|---|---|
protected class |
MultiJobBuild.MultiJobRunnerImpl
|
static class |
MultiJobBuild.SubBuild
|
| Nested classes/interfaces inherited from class hudson.model.Build |
|---|
hudson.model.Build.RunnerImpl |
| Nested classes/interfaces inherited from class hudson.model.AbstractBuild |
|---|
hudson.model.AbstractBuild.AbstractRunner, hudson.model.AbstractBuild.DependencyChange |
| Nested classes/interfaces inherited from class hudson.model.Run |
|---|
hudson.model.Run.Artifact, hudson.model.Run.ArtifactList, hudson.model.Run.KeepLogBuildBadge, hudson.model.Run.RedirectUp, hudson.model.Run.Runner, hudson.model.Run.RunnerAbortedException, hudson.model.Run.Summary |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.model.AbstractBuild |
|---|
buildEnvironments, buildNavigator |
| Fields inherited from class hudson.model.Run |
|---|
ARTIFACTS, charset, DELETE, description, duration, FEED_ADAPTER, FEED_ADAPTER_LATEST, ID_FORMATTER, LIST_CUTOFF, nextBuild, number, ORDER_BY_DATE, PERMISSIONS, previousBuild, project, result, timestamp, TREE_CUTOFF, UPDATE, XSTREAM |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
MultiJobBuild(MultiJobProject project)
|
|
MultiJobBuild(MultiJobProject project,
File buildDir)
|
|
| Method Summary | |
|---|---|
void |
addChangeLogSet(hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> changeLogSet)
|
void |
addSubBuild(String parentJobName,
int parentBuildNumber,
String jobName,
int buildNumber,
String phaseName,
hudson.model.AbstractBuild refBuild)
|
List<MultiJobBuild.SubBuild> |
getBuilders()
|
hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> |
getChangeSet()
|
List<MultiJobBuild.SubBuild> |
getSubBuilds()
|
void |
run()
|
| Methods inherited from class hudson.model.Build |
|---|
createRunner |
| Methods inherited from class hudson.model.AbstractBuild |
|---|
customizeBuildVariables, delete, doStop, due, getBuildNavigator, getBuildStatusSummary, getBuildVariableResolver, getBuildVariables, getBuiltOn, getBuiltOnStr, getCulprits, getDependencyChanges, getDownstreamBuilds, getDownstreamBuilds, getDownstreamRelationship, getEnvironment, getHudsonVersion, getIconColor, getModuleRoot, getModuleRoots, getNextBuild, getPreviousBuild, getPreviousBuildInProgress, getPreviousBuildsOverThreshold, getPreviousBuiltBuild, getPreviousCompletedBuild, getPreviousFailedBuild, getPreviousNotFailedBuild, getPreviousSuccessfulBuild, getProject, getRootBuild, getSensitiveBuildVariables, getTestResultAction, getTransitiveUpstreamBuilds, getUpstreamBuilds, getUpstreamRelationship, getUpstreamRelationshipBuild, getUpUrl, getWhyKeepLog, getWorkspace, hasChangeSetComputed, hasParticipant, isBuilding, isLogUpdated, setBuildNavigator, setWorkspace |
| Methods inherited from class hudson.model.Run |
|---|
addAction, checkPermission, compareTo, deleteArtifacts, doArtifact, doBuildNumber, doBuildStatus, doBuildTimestamp, doConfigSubmit, doConsoleText, doDoDelete, doProgressiveLog, doSubmitDescription, doToggleLogKeep, fromExternalizableId, getAbsoluteUrl, getACL, getApi, getArtifacts, getArtifactsDir, getArtifactsUpTo, getBadgeActions, getBuildStatusUrl, getCause, getCauses, getCharacteristicEnvVars, getCharset, getDescription, getDescriptorByName, getDisplayName, getDuration, getDurationString, getDynamic, getEnvironment, getEnvVars, getEstimatedDuration, getExecutor, getExternalizableId, getFullDisplayName, getFullName, getHasArtifacts, getId, getIDFormatter, getLoadFailure, getLog, getLog, getLogFile, getLogInputStream, getLogReader, getLogText, getNumber, getResult, getRootDir, getSearchUrl, getTime, getTimeInMillis, getTimestamp, getTimestampString, getTimestampString2, getTruncatedDescription, getUrl, hasCustomDisplayName, hasLoadFailure, hasntStartedYet, hasPermission, isKeepLog, keepLog, keepLog, makeSearchIndex, onEndBuilding, onLoad, onStartBuilding, run, save, setDescription, setDisplayName, setResult, submit, toString, writeLogTo |
| Methods inherited from class hudson.model.Actionable |
|---|
getAction, getAction, getActions, getActions |
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
getConfiguredHudsonProperty, getSearch, getSearchIndex, getSearchName, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.Queue.Executable |
|---|
getEstimatedDuration, toString |
| Constructor Detail |
|---|
public MultiJobBuild(MultiJobProject project)
throws IOException
IOException
public MultiJobBuild(MultiJobProject project,
File buildDir)
throws IOException
IOException| Method Detail |
|---|
public hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> getChangeSet()
getChangeSet in class hudson.model.AbstractBuild<MultiJobProject,MultiJobBuild>public void addChangeLogSet(hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> changeLogSet)
public void run()
run in interface hudson.model.Queue.Executablerun in interface Runnablerun in class hudson.model.Build<MultiJobProject,MultiJobBuild>public List<MultiJobBuild.SubBuild> getBuilders()
public void addSubBuild(String parentJobName,
int parentBuildNumber,
String jobName,
int buildNumber,
String phaseName,
hudson.model.AbstractBuild refBuild)
public List<MultiJobBuild.SubBuild> getSubBuilds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||