public abstract class MockProjectFactory extends Object implements ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
MockProjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Job |
create(ModifiableTopLevelItemGroup ig,
String name,
Long averageDuration,
boolean fastRotate) |
protected ArtifactArchiver |
createArtifactArchiver() |
protected LogRotator |
createBuildDiscarder(boolean fastRotate) |
protected Fingerprinter |
createFingerprinter() |
protected hudson.tasks.junit.JUnitResultArchiver |
createJunitArchiver() |
protected MockLoadBuilder |
createMockLoadBuilder(Long averageDuration) |
abstract int |
getFrequency() |
int |
getMultiplier() |
abstract String |
getName() |
public abstract int getFrequency()
public int getMultiplier()
public abstract Job create(ModifiableTopLevelItemGroup ig, String name, Long averageDuration, boolean fastRotate) throws IOException
IOExceptionprotected ArtifactArchiver createArtifactArchiver()
protected hudson.tasks.junit.JUnitResultArchiver createJunitArchiver()
protected Fingerprinter createFingerprinter()
protected MockLoadBuilder createMockLoadBuilder(Long averageDuration)
protected LogRotator createBuildDiscarder(boolean fastRotate)
public abstract String getName()
Copyright © 2016–2020. All rights reserved.