Overview

Namespaces

  • Alvine
    • Infrastructure
      • Jenkins
        • Build
          • Action
          • SCM
        • Computer
          • Launcher
          • Monitor
          • Node
        • Job
          • Action
            • Type
          • Config
            • Builders
              • PublishOverSSH
            • BuildWrappers
            • Property
              • ParametersDefinition
                • Parameter
              • SecurityMatrix
                • Permission
                  • Build
                  • Computer
                  • Credential
                  • Jenkins
                  • Job
                  • Release
                  • SCM
                  • View
            • Publisher
            • SCM
              • SVN
                • Browser
            • Trigger
          • QueueItem
          • SCM
        • Plugin
        • Security
          • Authorization
          • Credential
            • PrivateKeySource
            • SCM
            • Store
              • Specification
          • Realm

Classes

  • Action
  • Config
  • QueueItem
  • SCM
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class SCM

SCM

{
    "value": "6",
    "locations": {
        "remote": "https://svn.example.com/svn/trunk",
        "local": ".",
        "depthOption": "infinity",
        "ignoreExternalsOption": false
    },
    "workspaceUpdater": {
        "stapler-class": "hudson.scm.subversion.UpdateWithCleanUpdater"
    },
    "browser": {
        "stapler-class": "hudson.plugins.viewVC.ViewVCRepositoryBrowser",
        "url": "https://svn.example.com/",
        "location": "local"
    },
    "ignoreDirPropChanges": false,
    "excludedRegions": "",
    "includedRegions": "",
    "excludedUsers": "",
    "excludedCommitMessages": "",
    "excludedRevprop": "",
    "filterChangelog": false
}
Alvine\Application\Model
Extended by Alvine\Infrastructure\Jenkins\Model implements Alvine\Application\ModelFactory
Extended by Alvine\Infrastructure\Jenkins\Job\SCM
Namespace: Alvine\Infrastructure\Jenkins\Job
Package: Alvine\Infrastructure\Jenkins
Category: Alvine
License: Alvine Nutzungslizenz
Author: schukai GmbH info@schukai.com
Version: $Revision:$
Since: 20141114
Link: alvine.io
Located at job/SCM.class.php
Methods summary
public string
# getValue( )

getValue

getValue

Returns

string
public Alvine\Types\Collection<Alvine\Infrastructure\Jenkins\Job\SCM\Location>
# getLocations( )

getLocations

getLocations

Returns

Alvine\Types\Collection<Alvine\Infrastructure\Jenkins\Job\SCM\Location>
public Alvine\Infrastructure\Jenkins\Job\SCM\WorkspaceUpdater
# getWorkspaceUpdater( )

getWorkspaceUpdater

getWorkspaceUpdater

Returns

Alvine\Infrastructure\Jenkins\Job\SCM\WorkspaceUpdater
public Alvine\Infrastructure\Jenkins\Job\SCM\Browser
# getBrowser( )

getBrowser

getBrowser

Returns

Alvine\Infrastructure\Jenkins\Job\SCM\Browser
public boolean
# getIgnoreDirPropChanges( )

getIgnoreDirPropChanges

getIgnoreDirPropChanges

Returns

boolean
public string
# getExcludedRegions( )

getExcludedRegions

getExcludedRegions

Returns

string
public string
# getIncludedRegions( )

getIncludedRegions

getIncludedRegions

Returns

string
public string
# getExcludedUsers( )

getExcludedUsers

getExcludedUsers

Returns

string
public string
# getExcludedCommitMessages( )

getExcludedCommitMessages

getExcludedCommitMessages

Returns

string
public string
# getExcludedRevprop( )

getExcludedRevprop

getExcludedRevprop

Returns

string
public boolean
# getFilterChangelog( )

getFilterChangelog

getFilterChangelog

Returns

boolean
public Alvine\Infrastructure\Jenkins\Job\SCM
# setValue( string $value )

setValue

setValue

Parameters

$value

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setLocations( Alvine\Infrastructure\Jenkins\Job\SCM\Location $locations )

setLocations

setLocations

Parameters

$locations

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setWorkspaceUpdater( Alvine\Infrastructure\Jenkins\Job\SCM\WorkspaceUpdater $workspaceUpdater )

setWorkspaceUpdater

setWorkspaceUpdater

Parameters

$workspaceUpdater

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setBrowser( Alvine\Infrastructure\Jenkins\Job\SCM\Browser $browser )

setBrowser

setBrowser

Parameters

$browser

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setIgnoreDirPropChanges( boolean $ignoreDirPropChanges )

setIgnoreDirPropChanges

setIgnoreDirPropChanges

Parameters

$ignoreDirPropChanges

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setExcludedRegions( string $excludedRegions )

setExcludedRegions

setExcludedRegions

Parameters

$excludedRegions

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setIncludedRegions( string $includedRegions )

setIncludedRegions

setIncludedRegions

Parameters

$includedRegions

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setExcludedUsers( string $excludedUsers )

setExcludedUsers

setExcludedUsers

Parameters

$excludedUsers

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setExcludedCommitMessages( string $excludedCommitMessages )

setExcludedCommitMessages

setExcludedCommitMessages

Parameters

$excludedCommitMessages

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setExcludedRevprop( string $excludedRevprop )

setExcludedRevprop

setExcludedRevprop

Parameters

$excludedRevprop

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public Alvine\Infrastructure\Jenkins\Job\SCM
# setFilterChangelog( boolean $filterChangelog )

setFilterChangelog

setFilterChangelog

Parameters

$filterChangelog

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
public static Alvine\Infrastructure\Jenkins\Job\SCM
# getInstanceFromArray( Array $array )

getInstanceFromArray

getInstanceFromArray

Aufbau des Json

{
    "value": "6",
    "locations": {
        "remote": "https://svn.example.com/svn/trunk",
        "local": ".",
        "depthOption": "infinity",
        "ignoreExternalsOption": false
    },
    "workspaceUpdater": {
        "stapler-class": "hudson.scm.subversion.UpdateWithCleanUpdater"
    },
    "browser": {
        "stapler-class": "hudson.plugins.viewVC.ViewVCRepositoryBrowser",
        "url": "https://svn.example.com/",
        "location": "local"
    },
    "ignoreDirPropChanges": false,
    "excludedRegions": "",
    "includedRegions": "",
    "excludedUsers": "",
    "excludedCommitMessages": "",
    "excludedRevprop": "",
    "filterChangelog": false
}

Parameters

$array

Returns

Alvine\Infrastructure\Jenkins\Job\SCM
Methods inherited from Alvine\Infrastructure\Jenkins\Model
getInstanceFromJson()
Properties summary
public string $value
#
public Alvine\Infrastructure\Jenkins\Job\SCM\Location $locations
#
public Alvine\Infrastructure\Jenkins\Job\SCM\WorkspaceUpdater $workspaceUpdater
#
public Alvine\Infrastructure\Jenkins\Job\SCM\Browser $browser
#
public boolean $ignoreDirPropChanges
#
public string $excludedRegions
#
public string $includedRegions
#
public string $excludedUsers
#
public string $excludedCommitMessages
#
public string $excludedRevprop
#
public boolean $filterChangelog
#
alvine.infrastructure.jenkins API-Dokumentation 0.11.0 | © schukai GmbH | Impressum