|
||||||||||
| 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.ivy.AbstractIvyBuild<IvyModule,IvyBuild>
hudson.ivy.IvyBuild
public class IvyBuild
Run for IvyModule.
| Nested Class Summary | |
|---|---|
static class |
IvyBuild.IvyModuleEnvironmentAction
|
| Nested classes/interfaces inherited from class hudson.ivy.AbstractIvyBuild |
|---|
AbstractIvyBuild.ParameterizedUpstreamCause |
| 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 | |
|---|---|
static boolean |
debug
Set true to produce debug output. |
| Fields inherited from class hudson.model.AbstractBuild |
|---|
buildEnvironments |
| Fields inherited from class hudson.model.Run |
|---|
charset, DELETE, description, duration, FEED_ADAPTER, FEED_ADAPTER_LATEST, ID_FORMATTER, LIST_CUTOFF, nextBuild, number, ORDER_BY_DATE, PERMISSIONS, previousBuild, project, result, state, timestamp, TREE_CUTOFF, UPDATE, XSTREAM |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
IvyBuild(IvyModule job)
|
|
IvyBuild(IvyModule job,
java.util.Calendar timestamp)
|
|
IvyBuild(IvyModule project,
java.io.File buildDir)
|
|
| Method Summary | |
|---|---|
hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> |
getChangeSet()
|
java.lang.String |
getDisplayName()
|
IvyModuleSetBuild |
getModuleSetBuild()
Gets the "governing" IvyModuleSet that has set the workspace
for this build. |
IvyModule |
getParent()
|
IvyModuleSetBuild |
getParentBuild()
Gets the IvyModuleSetBuild that has the same build number. |
java.lang.String |
getUpUrl()
|
boolean |
hasChangeSetComputed()
We always get the changeset from IvyModuleSetBuild. |
void |
registerAsProjectAction(IvyReporter reporter)
|
void |
run()
|
protected void |
setWorkspace(hudson.FilePath path)
Backdoor for IvyModuleSetBuild to assign workspaces for modules. |
| Methods inherited from class hudson.ivy.AbstractIvyBuild |
|---|
scheduleDownstreamBuilds |
| Methods inherited from class hudson.model.AbstractBuild |
|---|
delete, doStop, due, getBuildVariableResolver, getBuildVariables, getBuiltOn, getBuiltOnStr, getCulprits, getDependencyChanges, getDownstreamBuilds, getDownstreamBuilds, getDownstreamRelationship, getEnvironment, getHudsonVersion, getModuleRoot, getModuleRoots, getProject, getTestResultAction, getTransitiveUpstreamBuilds, getUpstreamBuilds, getUpstreamRelationship, getUpstreamRelationshipBuild, getWhyKeepLog, getWorkspace, hasParticipant |
| Methods inherited from class hudson.model.Run |
|---|
checkPermission, compareTo, deleteArtifacts, doArtifact, doBuildNumber, doBuildStatus, doBuildTimestamp, doConsoleText, doDoDelete, doProgressiveLog, doSubmitDescription, doToggleLogKeep, fromExternalizableId, getAbsoluteUrl, getACL, getApi, getArtifacts, getArtifactsDir, getArtifactsUpTo, getBadgeActions, getBuildStatusSummary, getBuildStatusUrl, getCauses, getCharacteristicEnvVars, getCharset, getDescription, getDescriptorByName, getDuration, getDurationString, getDynamic, getEnvironment, getEnvVars, getExecutor, getExternalizableId, getFullDisplayName, getHasArtifacts, getIconColor, getId, getIDFormatter, getLog, getLog, getLogFile, getLogInputStream, getLogReader, getLogText, getNextBuild, getNumber, getPreviousBuild, getPreviousBuildInProgress, getPreviousBuiltBuild, getPreviousCompletedBuild, getPreviousFailedBuild, getPreviousNotFailedBuild, getResult, getRootDir, getSearchUrl, getTime, getTimeInMillis, getTimestamp, getTimestampString, getTimestampString2, getTruncatedDescription, getUrl, hasntStartedYet, hasPermission, isBuilding, isKeepLog, isLogUpdated, keepLog, keepLog, makeSearchIndex, onEndBuilding, onStartBuilding, run, save, setDescription, setResult, toString, writeLogTo |
| Methods inherited from class hudson.model.Actionable |
|---|
addAction, getAction, getAction, getActions, getActions |
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
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 |
|---|
toString |
| Field Detail |
|---|
public static boolean debug
| Constructor Detail |
|---|
public IvyBuild(IvyModule job)
throws java.io.IOException
java.io.IOException
public IvyBuild(IvyModule job,
java.util.Calendar timestamp)
public IvyBuild(IvyModule project,
java.io.File buildDir)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.lang.String getUpUrl()
getUpUrl in class hudson.model.AbstractBuild<IvyModule,IvyBuild>public java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectgetDisplayName in class hudson.model.Run<IvyModule,IvyBuild>public IvyModuleSetBuild getParentBuild()
IvyModuleSetBuild that has the same build number.
getModuleSetBuild()public IvyModuleSetBuild getModuleSetBuild()
IvyModuleSet that has set the workspace
for this build.
getParentBuild()public hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> getChangeSet()
getChangeSet in class hudson.model.AbstractBuild<IvyModule,IvyBuild>public boolean hasChangeSetComputed()
IvyModuleSetBuild.
hasChangeSetComputed in class hudson.model.AbstractBuild<IvyModule,IvyBuild>public void registerAsProjectAction(IvyReporter reporter)
public void run()
run in interface hudson.model.Queue.Executablerun in interface java.lang.Runnablerun in class hudson.model.AbstractBuild<IvyModule,IvyBuild>protected void setWorkspace(hudson.FilePath path)
IvyModuleSetBuild to assign workspaces for modules.
setWorkspace in class hudson.model.AbstractBuild<IvyModule,IvyBuild>public IvyModule getParent()
getParent in interface hudson.model.Queue.ExecutablegetParent in class hudson.model.AbstractBuild<IvyModule,IvyBuild>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||